Html Css Color HEX #CB2C71 Cerise

📋 copy color: '#CB2C71'

red 203 ◦ green 44 ◦ blue 113

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

Shades of Cerise #CB2C71

Tints of Cerise #CB2C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.22%

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

R = 56.39%
G = 12.22%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB2C71 (or 0xCB2C71) is known color: Cerise. HEX triplet: CB, 2C and 71. RGB value is (203,44,113). Sum of RGB (Red+Green+Blue) = 203+44+113=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C71 is #34D38E. Grayscale: #636363. Windows color (decimal): -3462031 or 7417035. OLE color: 7417035.

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

Color convert

RGB 203 44 113 -
CMYK 0 0.78 0.44 0.20
HSL 333.96º 0.64% 0.48% -
HSV(B) 333.96º 0.78% 0.8% -
XYZ 28.51 15.69 17.15 -
YUV 99.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 203 44 113 0 0.78 0.44 0.20 333.96 0.64 0.48
Hex CB 2C 71 0 4E 2C 14 14E 40 30
Octal 313 54 161 0 116 54 24 516 100 60
Binary 11001011 101100 1110001 0 1001110 101100 10100 101001110 1000000 110000

Color Harmonies of #CB2C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C71

Black with #CB2C71

Text Example


Text Example

White with #CB2C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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