Html Css Color HEX #CD2F8F Deep Cerise

📋 copy color: '#CD2F8F'

red 205 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #CD2F8F

Tints of Deep Cerise #CD2F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.9%

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

R = 51.9%
G = 11.9%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2F8F (or 0xCD2F8F) is known color: Deep Cerise. HEX triplet: CD, 2F and 8F. RGB value is (205,47,143). Sum of RGB (Red+Green+Blue) = 205+47+143=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2F8F is #32D070. Grayscale: #686868. Windows color (decimal): -3330161 or 9383885. OLE color: 9383885.

HSL color Cylindrical-coordinate representation of color #CD2F8F: hue angle of 323.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F8F is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 47 143 -
CMYK 0 0.77 0.30 0.20
HSL 323.54º 0.63% 0.49% -
HSV(B) 323.54º 0.77% 0.8% -
XYZ 31.15 17 27.63 -
YUV 105.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 205 47 143 0 0.77 0.30 0.20 323.54 0.63 0.49
Hex CD 2F 8F 0 4D 1E 14 144 3F 31
Octal 315 57 217 0 115 36 24 504 77 61
Binary 11001101 101111 10001111 0 1001101 11110 10100 101000100 111111 110001

Color Harmonies of #CD2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F8F

Black with #CD2F8F

Text Example


Text Example

White with #CD2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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