Html Css Color HEX #CD16CE Deep Magenta

📋 copy color: '#CD16CE'

red 205 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #CD16CE

Tints of Deep Magenta #CD16CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.08%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 47.34%
G = 5.08%
B = 47.58%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD16CE (or 0xCD16CE) is known color: Deep Magenta. HEX triplet: CD, 16 and CE. RGB value is (205,22,206). Sum of RGB (Red+Green+Blue) = 205+22+206=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD16CE is #32E931. Grayscale: #616161. Windows color (decimal): -3336498 or 13506253. OLE color: 13506253.

HSL color Cylindrical-coordinate representation of color #CD16CE: hue angle of 299.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD16CE is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 22 206 -
CMYK 0.00 0.89 0 0.19
HSL 299.67º 0.81% 0.45% -
HSV(B) 299.67º 0.89% 0.81% -
XYZ 36.6 18.01 59.94 -
YUV 97.69 189.13 204.54 -
System Red Green Blue C M Y K H S L
Decimal 205 22 206 0.00 0.89 0 0.19 299.67 0.81 0.45
Hex CD 16 CE 0 59 0 13 12C 51 2D
Octal 315 26 316 0 131 0 23 454 121 55
Binary 11001101 10110 11001110 0 1011001 0 10011 100101100 1010001 101101

Color Harmonies of #CD16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD16CE

Black with #CD16CE

Text Example


Text Example

White with #CD16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD16CE; }

 p { color: rgb(205,22,206); }

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

background-color css

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

 a { background-color: rgb(205,22,206); }

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

border-color css

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

 span { border-color: rgb(205,22,206); }

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