Html Css Color HEX #CD2C8D Deep Cerise

📋 copy color: '#CD2C8D'

red 205 ◦ green 44 ◦ blue 141

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

Shades of Deep Cerise #CD2C8D

Tints of Deep Cerise #CD2C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 52.56%
G = 11.28%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD2C8D (or 0xCD2C8D) is known color: Deep Cerise. HEX triplet: CD, 2C and 8D. RGB value is (205,44,141). Sum of RGB (Red+Green+Blue) = 205+44+141=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C8D is #32D372. Grayscale: #666666. Windows color (decimal): -3330931 or 9252045. OLE color: 9252045.

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

Color convert

RGB 205 44 141 -
CMYK 0 0.79 0.31 0.20
HSL 323.85º 0.65% 0.49% -
HSV(B) 323.85º 0.79% 0.8% -
XYZ 30.89 16.7 26.8 -
YUV 103.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 205 44 141 0 0.79 0.31 0.20 323.85 0.65 0.49
Hex CD 2C 8D 0 4F 1F 14 144 41 31
Octal 315 54 215 0 117 37 24 504 101 61
Binary 11001101 101100 10001101 0 1001111 11111 10100 101000100 1000001 110001

Color Harmonies of #CD2C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C8D

Black with #CD2C8D

Text Example


Text Example

White with #CD2C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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