Html Css Color HEX #CB2570 Cerise

📋 copy color: '#CB2570'

red 203 ◦ green 37 ◦ blue 112

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

Shades of Cerise #CB2570

Tints of Cerise #CB2570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 57.67%
G = 10.51%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB2570 (or 0xCB2570) is known color: Cerise. HEX triplet: CB, 25 and 70. RGB value is (203,37,112). Sum of RGB (Red+Green+Blue) = 203+37+112=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2570 is #34DA8F. Grayscale: #5F5F5F. Windows color (decimal): -3463824 or 7349707. OLE color: 7349707.

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

Color convert

RGB 203 37 112 -
CMYK 0 0.82 0.45 0.20
HSL 332.89º 0.69% 0.47% -
HSV(B) 332.89º 0.82% 0.8% -
XYZ 28.21 15.19 16.77 -
YUV 95.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 203 37 112 0 0.82 0.45 0.20 332.89 0.69 0.47
Hex CB 25 70 0 52 2D 14 14D 45 2F
Octal 313 45 160 0 122 55 24 515 105 57
Binary 11001011 100101 1110000 0 1010010 101101 10100 101001101 1000101 101111

Color Harmonies of #CB2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2570

Black with #CB2570

Text Example


Text Example

White with #CB2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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