Html Css Color HEX #CD2A8F Deep Cerise

📋 copy color: '#CD2A8F'

red 205 ◦ green 42 ◦ blue 143

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

Shades of Deep Cerise #CD2A8F

Tints of Deep Cerise #CD2A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 52.56%
G = 10.77%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2A8F (or 0xCD2A8F) is known color: Deep Cerise. HEX triplet: CD, 2A and 8F. RGB value is (205,42,143). Sum of RGB (Red+Green+Blue) = 205+42+143=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2A8F is #32D570. Grayscale: #666666. Windows color (decimal): -3331441 or 9382605. OLE color: 9382605.

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

Color convert

RGB 205 42 143 -
CMYK 0 0.80 0.30 0.20
HSL 322.82º 0.66% 0.48% -
HSV(B) 322.82º 0.8% 0.8% -
XYZ 30.96 16.62 27.56 -
YUV 102.25 151 201.29 -
System Red Green Blue C M Y K H S L
Decimal 205 42 143 0 0.80 0.30 0.20 322.82 0.66 0.48
Hex CD 2A 8F 0 50 1E 14 143 42 30
Octal 315 52 217 0 120 36 24 503 102 60
Binary 11001101 101010 10001111 0 1010000 11110 10100 101000011 1000010 110000

Color Harmonies of #CD2A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A8F

Black with #CD2A8F

Text Example


Text Example

White with #CD2A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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