Html Css Color HEX #CD2A70 Cerise

📋 copy color: '#CD2A70'

red 205 ◦ green 42 ◦ blue 112

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

Shades of Cerise #CD2A70

Tints of Cerise #CD2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.7%

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

R = 57.1%
G = 11.7%
B = 31.2%

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

#CD2A70 (or 0xCD2A70) is known color: Cerise. HEX triplet: CD, 2A and 70. RGB value is (205,42,112). Sum of RGB (Red+Green+Blue) = 205+42+112=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A70 is #32D58F. Grayscale: #626262. Windows color (decimal): -3331472 or 7350989. OLE color: 7350989.

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

Color convert

RGB 205 42 112 -
CMYK 0 0.80 0.45 0.20
HSL 334.23º 0.66% 0.48% -
HSV(B) 334.23º 0.8% 0.8% -
XYZ 28.93 15.8 16.86 -
YUV 98.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 205 42 112 0 0.80 0.45 0.20 334.23 0.66 0.48
Hex CD 2A 70 0 50 2D 14 14E 42 30
Octal 315 52 160 0 120 55 24 516 102 60
Binary 11001101 101010 1110000 0 1010000 101101 10100 101001110 1000010 110000

Color Harmonies of #CD2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A70

Black with #CD2A70

Text Example


Text Example

White with #CD2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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