Html Css Color HEX #CB2565 Cerise

📋 copy color: '#CB2565'

red 203 ◦ green 37 ◦ blue 101

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

Shades of Cerise #CB2565

Tints of Cerise #CB2565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 59.53%
G = 10.85%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB2565 (or 0xCB2565) is known color: Cerise. HEX triplet: CB, 25 and 65. RGB value is (203,37,101). Sum of RGB (Red+Green+Blue) = 203+37+101=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2565 is #34DA9A. Grayscale: #5D5D5D. Windows color (decimal): -3463835 or 6628811. OLE color: 6628811.

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

Color convert

RGB 203 37 101 -
CMYK 0 0.82 0.50 0.20
HSL 336.87º 0.69% 0.47% -
HSV(B) 336.87º 0.82% 0.8% -
XYZ 27.64 14.96 13.74 -
YUV 93.93 132 205.8 -
System Red Green Blue C M Y K H S L
Decimal 203 37 101 0 0.82 0.50 0.20 336.87 0.69 0.47
Hex CB 25 65 0 52 32 14 151 45 2F
Octal 313 45 145 0 122 62 24 521 105 57
Binary 11001011 100101 1100101 0 1010010 110010 10100 101010001 1000101 101111

Color Harmonies of #CB2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2565

Black with #CB2565

Text Example


Text Example

White with #CB2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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