Html Css Color HEX #CB3471 Cerise

📋 copy color: '#CB3471'

red 203 ◦ green 52 ◦ blue 113

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

Shades of Cerise #CB3471

Tints of Cerise #CB3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 55.16%
G = 14.13%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3471 (or 0xCB3471) is known color: Cerise. HEX triplet: CB, 34 and 71. RGB value is (203,52,113). Sum of RGB (Red+Green+Blue) = 203+52+113=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3471 is #34CB8E. Grayscale: #686868. Windows color (decimal): -3459983 or 7419083. OLE color: 7419083.

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

Color convert

RGB 203 52 113 -
CMYK 0 0.74 0.44 0.20
HSL 335.76º 0.59% 0.5% -
HSV(B) 335.76º 0.74% 0.8% -
XYZ 28.84 16.34 17.26 -
YUV 104.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 203 52 113 0 0.74 0.44 0.20 335.76 0.59 0.5
Hex CB 34 71 0 4A 2C 14 150 3B 32
Octal 313 64 161 0 112 54 24 520 73 62
Binary 11001011 110100 1110001 0 1001010 101100 10100 101010000 111011 110010

Color Harmonies of #CB3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3471

Black with #CB3471

Text Example


Text Example

White with #CB3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3471; }

 p { color: rgb(203,52,113); }

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

background-color css

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

 a { background-color: rgb(203,52,113); }

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

border-color css

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

 span { border-color: rgb(203,52,113); }

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