Html Css Color HEX #CD2870 Cerise

📋 copy color: '#CD2870'

red 205 ◦ green 40 ◦ blue 112

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

Shades of Cerise #CD2870

Tints of Cerise #CD2870

RGB

 RED value IS 205 (80.47% from 255) = 57.42%

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 57.42%
G = 11.2%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD2870 (or 0xCD2870) is known color: Cerise. HEX triplet: CD, 28 and 70. RGB value is (205,40,112). Sum of RGB (Red+Green+Blue) = 205+40+112=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2870 is #32D78F. Grayscale: #616161. Windows color (decimal): -3331984 or 7350477. OLE color: 7350477.

HSL color Cylindrical-coordinate representation of color #CD2870: hue angle of 333.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2870 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 112 -
CMYK 0 0.80 0.45 0.20
HSL 333.82º 0.67% 0.48% -
HSV(B) 333.82º 0.8% 0.8% -
XYZ 28.86 15.67 16.83 -
YUV 97.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 205 40 112 0 0.80 0.45 0.20 333.82 0.67 0.48
Hex CD 28 70 0 50 2D 14 14E 43 30
Octal 315 50 160 0 120 55 24 516 103 60
Binary 11001101 101000 1110000 0 1010000 101101 10100 101001110 1000011 110000

Color Harmonies of #CD2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2870

Black with #CD2870

Text Example


Text Example

White with #CD2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2870; }

 p { color: rgb(205,40,112); }

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

background-color css

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

 a { background-color: rgb(205,40,112); }

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

border-color css

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

 span { border-color: rgb(205,40,112); }

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