Html Css Color HEX #CD14CE Deep Magenta

📋 copy color: '#CD14CE'

red 205 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #CD14CE

Tints of Deep Magenta #CD14CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.64%

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

R = 47.56%
G = 4.64%
B = 47.8%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD14CE (or 0xCD14CE) is known color: Deep Magenta. HEX triplet: CD, 14 and CE. RGB value is (205,20,206). Sum of RGB (Red+Green+Blue) = 205+20+206=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14CE is #32EB31. Grayscale: #5F5F5F. Windows color (decimal): -3337010 or 13505741. OLE color: 13505741.

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

Color convert

RGB 205 20 206 -
CMYK 0.00 0.90 0 0.19
HSL 299.68º 0.82% 0.44% -
HSV(B) 299.68º 0.9% 0.81% -
XYZ 36.57 17.94 59.93 -
YUV 96.52 189.79 205.38 -
System Red Green Blue C M Y K H S L
Decimal 205 20 206 0.00 0.90 0 0.19 299.68 0.82 0.44
Hex CD 14 CE 0 5A 0 13 12C 52 2C
Octal 315 24 316 0 132 0 23 454 122 54
Binary 11001101 10100 11001110 0 1011010 0 10011 100101100 1010010 101100

Color Harmonies of #CD14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD14CE

Black with #CD14CE

Text Example


Text Example

White with #CD14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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