Html Css Color HEX #CB3874 Deep Cerise

📋 copy color: '#CB3874'

red 203 ◦ green 56 ◦ blue 116

#CB3874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CB3874

Tints of Deep Cerise #CB3874

RGB

 RED value IS 203 (79.69% from 255) = 54.13%

 GREEN value IS 56 (22.27% from 255) = 14.93%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 54.13%
G = 14.93%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB3874 (or 0xCB3874) is known color: Deep Cerise. HEX triplet: CB, 38 and 74. RGB value is (203,56,116). Sum of RGB (Red+Green+Blue) = 203+56+116=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3874 is #34C78B. Grayscale: #6A6A6A. Windows color (decimal): -3458956 or 7616715. OLE color: 7616715.

HSL color Cylindrical-coordinate representation of color #CB3874: hue angle of 335.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3874 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 116 -
CMYK 0 0.72 0.43 0.20
HSL 335.51º 0.59% 0.51% -
HSV(B) 335.51º 0.72% 0.8% -
XYZ 29.2 16.79 18.22 -
YUV 106.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 203 56 116 0 0.72 0.43 0.20 335.51 0.59 0.51
Hex CB 38 74 0 48 2B 14 150 3B 33
Octal 313 70 164 0 110 53 24 520 73 63
Binary 11001011 111000 1110100 0 1001000 101011 10100 101010000 111011 110011

Color Harmonies of #CB3874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3874

Black with #CB3874

Text Example


Text Example

White with #CB3874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3874; }

 p { color: rgb(203,56,116); }

 H1.HeaderClassName
 {
   color: #CB3874;
 }
 .AnyTagClassName
 {
   color: #CB3874;
 }
</style>

background-color css

<style>
 a { background-color: #CB3874; }

 a { background-color: rgb(203,56,116); }

 div.DivClassName
 {
   background-color: #CB3874;
 }
 .BgClassName
 {
   background-color: #CB3874;
 }
</style>

border-color css

<style>
 span { border-color: #CB3874; }

 span { border-color: rgb(203,56,116); }

 td.TdClassName
 {
   border-color: #CB3874;
 }
 .TagClassName
 {
   border-color: #CB3874;
 }
</style>