Html Css Color HEX #CD2C8F Deep Cerise

📋 copy color: '#CD2C8F'

red 205 ◦ green 44 ◦ blue 143

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

Shades of Deep Cerise #CD2C8F

Tints of Deep Cerise #CD2C8F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

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

R = 52.3%
G = 11.22%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2C8F (or 0xCD2C8F) is known color: Deep Cerise. HEX triplet: CD, 2C and 8F. RGB value is (205,44,143). Sum of RGB (Red+Green+Blue) = 205+44+143=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C8F is #32D370. Grayscale: #676767. Windows color (decimal): -3330929 or 9383117. OLE color: 9383117.

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

Color convert

RGB 205 44 143 -
CMYK 0 0.79 0.30 0.20
HSL 323.11º 0.65% 0.49% -
HSV(B) 323.11º 0.79% 0.8% -
XYZ 31.04 16.76 27.59 -
YUV 103.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 205 44 143 0 0.79 0.30 0.20 323.11 0.65 0.49
Hex CD 2C 8F 0 4F 1E 14 143 41 31
Octal 315 54 217 0 117 36 24 503 101 61
Binary 11001101 101100 10001111 0 1001111 11110 10100 101000011 1000001 110001

Color Harmonies of #CD2C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C8F

Black with #CD2C8F

Text Example


Text Example

White with #CD2C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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