Html Css Color HEX #CB3563 Cerise

📋 copy color: '#CB3563'

red 203 ◦ green 53 ◦ blue 99

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

Shades of Cerise #CB3563

Tints of Cerise #CB3563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

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

R = 57.18%
G = 14.93%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB3563 (or 0xCB3563) is known color: Cerise. HEX triplet: CB, 35 and 63. RGB value is (203,53,99). Sum of RGB (Red+Green+Blue) = 203+53+99=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3563 is #34CA9C. Grayscale: #676767. Windows color (decimal): -3459741 or 6501835. OLE color: 6501835.

HSL color Cylindrical-coordinate representation of color #CB3563: hue angle of 341.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3563 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 99 -
CMYK 0 0.74 0.51 0.20
HSL 341.6º 0.59% 0.5% -
HSV(B) 341.6º 0.74% 0.8% -
XYZ 28.15 16.14 13.44 -
YUV 103.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 203 53 99 0 0.74 0.51 0.20 341.6 0.59 0.5
Hex CB 35 63 0 4A 33 14 156 3B 32
Octal 313 65 143 0 112 63 24 526 73 62
Binary 11001011 110101 1100011 0 1001010 110011 10100 101010110 111011 110010

Color Harmonies of #CB3563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3563

Black with #CB3563

Text Example


Text Example

White with #CB3563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3563; }

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

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

background-color css

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

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

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

border-color css

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

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

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