Html Css Color HEX #CD2D8F Deep Cerise

📋 copy color: '#CD2D8F'

red 205 ◦ green 45 ◦ blue 143

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

Shades of Deep Cerise #CD2D8F

Tints of Deep Cerise #CD2D8F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.45%

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

R = 52.16%
G = 11.45%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2D8F (or 0xCD2D8F) is known color: Deep Cerise. HEX triplet: CD, 2D and 8F. RGB value is (205,45,143). Sum of RGB (Red+Green+Blue) = 205+45+143=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2D8F is #32D270. Grayscale: #676767. Windows color (decimal): -3330673 or 9383373. OLE color: 9383373.

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

Color convert

RGB 205 45 143 -
CMYK 0 0.78 0.30 0.20
HSL 323.25º 0.64% 0.49% -
HSV(B) 323.25º 0.78% 0.8% -
XYZ 31.07 16.84 27.6 -
YUV 104.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 205 45 143 0 0.78 0.30 0.20 323.25 0.64 0.49
Hex CD 2D 8F 0 4E 1E 14 143 40 31
Octal 315 55 217 0 116 36 24 503 100 61
Binary 11001101 101101 10001111 0 1001110 11110 10100 101000011 1000000 110001

Color Harmonies of #CD2D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D8F

Black with #CD2D8F

Text Example


Text Example

White with #CD2D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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