Html Css Color HEX #CC14CC Deep Magenta

📋 copy color: '#CC14CC'

red 204 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #CC14CC

Tints of Deep Magenta #CC14CC

RGB

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

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

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

R = 47.66%
G = 4.67%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC14CC (or 0xCC14CC) is known color: Deep Magenta. HEX triplet: CC, 14 and CC. RGB value is (204,20,204). Sum of RGB (Red+Green+Blue) = 204+20+204=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14CC is #33EB33. Grayscale: #5F5F5F. Windows color (decimal): -3402548 or 13374668. OLE color: 13374668.

HSL color Cylindrical-coordinate representation of color #CC14CC: hue angle of 300º degrees, saturation: 0.82, 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 #CC14CC is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 204 -
CMYK 0 0.90 0 0.2
HSL 300º 0.82% 0.44% -
HSV(B) 300º 0.9% 0.8% -
XYZ 36.05 17.7 58.64 -
YUV 95.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 204 20 204 0 0.90 0 0.2 300 0.82 0.44
Hex CC 14 CC 0 5A 0 14 12C 52 2C
Octal 314 24 314 0 132 0 24 454 122 54
Binary 11001100 10100 11001100 0 1011010 0 10100 100101100 1010010 101100

Color Harmonies of #CC14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14CC

Black with #CC14CC

Text Example


Text Example

White with #CC14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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