Html Css Color HEX #CB2871 Cerise

📋 copy color: '#CB2871'

red 203 ◦ green 40 ◦ blue 113

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

Shades of Cerise #CB2871

Tints of Cerise #CB2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 57.02%
G = 11.24%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB2871 (or 0xCB2871) is known color: Cerise. HEX triplet: CB, 28 and 71. RGB value is (203,40,113). Sum of RGB (Red+Green+Blue) = 203+40+113=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2871 is #34D78E. Grayscale: #606060. Windows color (decimal): -3463055 or 7416011. OLE color: 7416011.

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

Color convert

RGB 203 40 113 -
CMYK 0 0.80 0.44 0.20
HSL 333.13º 0.67% 0.48% -
HSV(B) 333.13º 0.8% 0.8% -
XYZ 28.37 15.41 17.1 -
YUV 97.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 203 40 113 0 0.80 0.44 0.20 333.13 0.67 0.48
Hex CB 28 71 0 50 2C 14 14D 43 30
Octal 313 50 161 0 120 54 24 515 103 60
Binary 11001011 101000 1110001 0 1010000 101100 10100 101001101 1000011 110000

Color Harmonies of #CB2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2871

Black with #CB2871

Text Example


Text Example

White with #CB2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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