Html Css Color HEX #CB3375 Deep Cerise

📋 copy color: '#CB3375'

red 203 ◦ green 51 ◦ blue 117

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

Shades of Deep Cerise #CB3375

Tints of Deep Cerise #CB3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 54.72%
G = 13.75%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB3375 (or 0xCB3375) is known color: Deep Cerise. HEX triplet: CB, 33 and 75. RGB value is (203,51,117). Sum of RGB (Red+Green+Blue) = 203+51+117=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3375 is #34CC8A. Grayscale: #676767. Windows color (decimal): -3460235 or 7680971. OLE color: 7680971.

HSL color Cylindrical-coordinate representation of color #CB3375: hue angle of 333.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3375 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 117 -
CMYK 0 0.75 0.42 0.20
HSL 333.95º 0.6% 0.5% -
HSV(B) 333.95º 0.75% 0.8% -
XYZ 29.02 16.35 18.46 -
YUV 103.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 203 51 117 0 0.75 0.42 0.20 333.95 0.6 0.5
Hex CB 33 75 0 4B 2A 14 14E 3C 32
Octal 313 63 165 0 113 52 24 516 74 62
Binary 11001011 110011 1110101 0 1001011 101010 10100 101001110 111100 110010

Color Harmonies of #CB3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3375

Black with #CB3375

Text Example


Text Example

White with #CB3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3375; }

 p { color: rgb(203,51,117); }

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

background-color css

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

 a { background-color: rgb(203,51,117); }

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

border-color css

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

 span { border-color: rgb(203,51,117); }

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