Html Css Color HEX #CC14CE Deep Magenta

📋 copy color: '#CC14CE'

red 204 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #CC14CE

Tints of Deep Magenta #CC14CE

RGB

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

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

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

R = 47.44%
G = 4.65%
B = 47.91%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC14CE (or 0xCC14CE) is known color: Deep Magenta. HEX triplet: CC, 14 and CE. RGB value is (204,20,206). Sum of RGB (Red+Green+Blue) = 204+20+206=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14CE is #33EB31. Grayscale: #5F5F5F. Windows color (decimal): -3402546 or 13505740. OLE color: 13505740.

HSL color Cylindrical-coordinate representation of color #CC14CE: hue angle of 299.35º 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 #CC14CE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 20 206 -
CMYK 0.01 0.90 0 0.19
HSL 299.35º 0.82% 0.44% -
HSV(B) 299.35º 0.9% 0.81% -
XYZ 36.29 17.79 59.91 -
YUV 96.22 189.96 204.88 -
System Red Green Blue C M Y K H S L
Decimal 204 20 206 0.01 0.90 0 0.19 299.35 0.82 0.44
Hex CC 14 CE 1 5A 0 13 12B 52 2C
Octal 314 24 316 1 132 0 23 453 122 54
Binary 11001100 10100 11001110 1 1011010 0 10011 100101011 1010010 101100

Color Harmonies of #CC14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14CE

Black with #CC14CE

Text Example


Text Example

White with #CC14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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