Html Css Color HEX #CB2470 Cerise

📋 copy color: '#CB2470'

red 203 ◦ green 36 ◦ blue 112

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

Shades of Cerise #CB2470

Tints of Cerise #CB2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 57.83%
G = 10.26%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB2470 (or 0xCB2470) is known color: Cerise. HEX triplet: CB, 24 and 70. RGB value is (203,36,112). Sum of RGB (Red+Green+Blue) = 203+36+112=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2470 is #34DB8F. Grayscale: #5E5E5E. Windows color (decimal): -3464080 or 7349451. OLE color: 7349451.

HSL color Cylindrical-coordinate representation of color #CB2470: hue angle of 332.69º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2470 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 112 -
CMYK 0 0.82 0.45 0.20
HSL 332.69º 0.7% 0.47% -
HSV(B) 332.69º 0.82% 0.8% -
XYZ 28.18 15.13 16.76 -
YUV 94.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 203 36 112 0 0.82 0.45 0.20 332.69 0.7 0.47
Hex CB 24 70 0 52 2D 14 14D 46 2F
Octal 313 44 160 0 122 55 24 515 106 57
Binary 11001011 100100 1110000 0 1010010 101101 10100 101001101 1000110 101111

Color Harmonies of #CB2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2470

Black with #CB2470

Text Example


Text Example

White with #CB2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2470; }

 p { color: rgb(203,36,112); }

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

background-color css

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

 a { background-color: rgb(203,36,112); }

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

border-color css

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

 span { border-color: rgb(203,36,112); }

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