Html Css Color HEX #CB2561 Cerise

📋 copy color: '#CB2561'

red 203 ◦ green 37 ◦ blue 97

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

Shades of Cerise #CB2561

Tints of Cerise #CB2561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 60.24%
G = 10.98%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB2561 (or 0xCB2561) is known color: Cerise. HEX triplet: CB, 25 and 61. RGB value is (203,37,97). Sum of RGB (Red+Green+Blue) = 203+37+97=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2561 is #34DA9E. Grayscale: #5D5D5D. Windows color (decimal): -3463839 or 6366667. OLE color: 6366667.

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

Color convert

RGB 203 37 97 -
CMYK 0 0.82 0.52 0.20
HSL 338.31º 0.69% 0.47% -
HSV(B) 338.31º 0.82% 0.8% -
XYZ 27.45 14.88 12.74 -
YUV 93.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 203 37 97 0 0.82 0.52 0.20 338.31 0.69 0.47
Hex CB 25 61 0 52 34 14 152 45 2F
Octal 313 45 141 0 122 64 24 522 105 57
Binary 11001011 100101 1100001 0 1010010 110100 10100 101010010 1000101 101111

Color Harmonies of #CB2561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2561

Black with #CB2561

Text Example


Text Example

White with #CB2561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2561; }

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

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

background-color css

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

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

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

border-color css

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

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

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