Html Css Color HEX #CD15CC Deep Magenta

📋 copy color: '#CD15CC'

red 205 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #CD15CC

Tints of Deep Magenta #CD15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 47.67%
G = 4.88%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD15CC (or 0xCD15CC) is known color: Deep Magenta. HEX triplet: CD, 15 and CC. RGB value is (205,21,204). Sum of RGB (Red+Green+Blue) = 205+21+204=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15CC is #32EA33. Grayscale: #606060. Windows color (decimal): -3336756 or 13374925. OLE color: 13374925.

HSL color Cylindrical-coordinate representation of color #CD15CC: hue angle of 300.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15CC is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 204 -
CMYK 0 0.90 0.00 0.20
HSL 300.33º 0.81% 0.44% -
HSV(B) 300.33º 0.9% 0.8% -
XYZ 36.34 17.88 58.66 -
YUV 96.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 205 21 204 0 0.90 0.00 0.20 300.33 0.81 0.44
Hex CD 15 CC 0 5A 0 14 12C 51 2C
Octal 315 25 314 0 132 0 24 454 121 54
Binary 11001101 10101 11001100 0 1011010 0 10100 100101100 1010001 101100

Color Harmonies of #CD15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15CC

Black with #CD15CC

Text Example


Text Example

White with #CD15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15CC; }

 p { color: rgb(205,21,204); }

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

background-color css

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

 a { background-color: rgb(205,21,204); }

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

border-color css

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

 span { border-color: rgb(205,21,204); }

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