Html Css Color HEX #CB2461 Cerise

📋 copy color: '#CB2461'

red 203 ◦ green 36 ◦ blue 97

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

Shades of Cerise #CB2461

Tints of Cerise #CB2461

RGB

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

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

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

R = 60.42%
G = 10.71%
B = 28.87%

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

#CB2461 (or 0xCB2461) is known color: Cerise. HEX triplet: CB, 24 and 61. RGB value is (203,36,97). Sum of RGB (Red+Green+Blue) = 203+36+97=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2461 is #34DB9E. Grayscale: #5C5C5C. Windows color (decimal): -3464095 or 6366411. OLE color: 6366411.

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

Color convert

RGB 203 36 97 -
CMYK 0 0.82 0.52 0.20
HSL 338.08º 0.7% 0.47% -
HSV(B) 338.08º 0.82% 0.8% -
XYZ 27.42 14.82 12.73 -
YUV 92.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 203 36 97 0 0.82 0.52 0.20 338.08 0.7 0.47
Hex CB 24 61 0 52 34 14 152 46 2F
Octal 313 44 141 0 122 64 24 522 106 57
Binary 11001011 100100 1100001 0 1010010 110100 10100 101010010 1000110 101111

Color Harmonies of #CB2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2461

Black with #CB2461

Text Example


Text Example

White with #CB2461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2461; }

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

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

background-color css

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

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

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

border-color css

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

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

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