Html Css Color HEX #CB2563 Cerise

📋 copy color: '#CB2563'

red 203 ◦ green 37 ◦ blue 99

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

Shades of Cerise #CB2563

Tints of Cerise #CB2563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 59.88%
G = 10.91%
B = 29.2%

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

#CB2563 (or 0xCB2563) is known color: Cerise. HEX triplet: CB, 25 and 63. RGB value is (203,37,99). Sum of RGB (Red+Green+Blue) = 203+37+99=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2563 is #34DA9C. Grayscale: #5D5D5D. Windows color (decimal): -3463837 or 6497739. OLE color: 6497739.

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

Color convert

RGB 203 37 99 -
CMYK 0 0.82 0.51 0.20
HSL 337.59º 0.69% 0.47% -
HSV(B) 337.59º 0.82% 0.8% -
XYZ 27.54 14.92 13.23 -
YUV 93.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 203 37 99 0 0.82 0.51 0.20 337.59 0.69 0.47
Hex CB 25 63 0 52 33 14 152 45 2F
Octal 313 45 143 0 122 63 24 522 105 57
Binary 11001011 100101 1100011 0 1010010 110011 10100 101010010 1000101 101111

Color Harmonies of #CB2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2563

Black with #CB2563

Text Example


Text Example

White with #CB2563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2563; }

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

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

background-color css

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

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

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

border-color css

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

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

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