Html Css Color HEX #CD2C9C Deep Cerise

📋 copy color: '#CD2C9C'

red 205 ◦ green 44 ◦ blue 156

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

Shades of Deep Cerise #CD2C9C

Tints of Deep Cerise #CD2C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 50.62%
G = 10.86%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD2C9C (or 0xCD2C9C) is known color: Deep Cerise. HEX triplet: CD, 2C and 9C. RGB value is (205,44,156). Sum of RGB (Red+Green+Blue) = 205+44+156=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C9C is #32D363. Grayscale: #686868. Windows color (decimal): -3330916 or 10235085. OLE color: 10235085.

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

Color convert

RGB 205 44 156 -
CMYK 0 0.79 0.24 0.20
HSL 318.26º 0.65% 0.49% -
HSV(B) 318.26º 0.79% 0.8% -
XYZ 32.08 17.18 33.08 -
YUV 104.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 205 44 156 0 0.79 0.24 0.20 318.26 0.65 0.49
Hex CD 2C 9C 0 4F 18 14 13E 41 31
Octal 315 54 234 0 117 30 24 476 101 61
Binary 11001101 101100 10011100 0 1001111 11000 10100 100111110 1000001 110001

Color Harmonies of #CD2C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C9C

Black with #CD2C9C

Text Example


Text Example

White with #CD2C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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