Html Css Color HEX #CB2463 Cerise

📋 copy color: '#CB2463'

red 203 ◦ green 36 ◦ blue 99

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

Shades of Cerise #CB2463

Tints of Cerise #CB2463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 60.06%
G = 10.65%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2463 (or 0xCB2463) is known color: Cerise. HEX triplet: CB, 24 and 63. RGB value is (203,36,99). Sum of RGB (Red+Green+Blue) = 203+36+99=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2463 is #34DB9C. Grayscale: #5D5D5D. Windows color (decimal): -3464093 or 6497483. OLE color: 6497483.

HSL color Cylindrical-coordinate representation of color #CB2463: hue angle of 337.37º 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 #CB2463 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 99 -
CMYK 0 0.82 0.51 0.20
HSL 337.37º 0.7% 0.47% -
HSV(B) 337.37º 0.82% 0.8% -
XYZ 27.51 14.86 13.22 -
YUV 93.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 203 36 99 0 0.82 0.51 0.20 337.37 0.7 0.47
Hex CB 24 63 0 52 33 14 151 46 2F
Octal 313 44 143 0 122 63 24 521 106 57
Binary 11001011 100100 1100011 0 1010010 110011 10100 101010001 1000110 101111

Color Harmonies of #CB2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2463

Black with #CB2463

Text Example


Text Example

White with #CB2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2463; }

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

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

background-color css

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

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

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

border-color css

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

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

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