Html Css Color HEX #CB3775 Deep Cerise

📋 copy color: '#CB3775'

red 203 ◦ green 55 ◦ blue 117

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

Shades of Deep Cerise #CB3775

Tints of Deep Cerise #CB3775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

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

R = 54.13%
G = 14.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB3775 (or 0xCB3775) is known color: Deep Cerise. HEX triplet: CB, 37 and 75. RGB value is (203,55,117). Sum of RGB (Red+Green+Blue) = 203+55+117=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3775 is #34C88A. Grayscale: #6A6A6A. Windows color (decimal): -3459211 or 7681995. OLE color: 7681995.

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

Color convert

RGB 203 55 117 -
CMYK 0 0.73 0.42 0.20
HSL 334.86º 0.59% 0.51% -
HSV(B) 334.86º 0.73% 0.8% -
XYZ 29.21 16.71 18.52 -
YUV 106.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 203 55 117 0 0.73 0.42 0.20 334.86 0.59 0.51
Hex CB 37 75 0 49 2A 14 14F 3B 33
Octal 313 67 165 0 111 52 24 517 73 63
Binary 11001011 110111 1110101 0 1001001 101010 10100 101001111 111011 110011

Color Harmonies of #CB3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3775

Black with #CB3775

Text Example


Text Example

White with #CB3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3775; }

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

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

background-color css

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

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

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

border-color css

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

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

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