Html Css Color HEX #CC14DF Deep Magenta

📋 copy color: '#CC14DF'

red 204 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #CC14DF

Tints of Deep Magenta #CC14DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 45.64%
G = 4.47%
B = 49.89%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC14DF (or 0xCC14DF) is known color: Deep Magenta. HEX triplet: CC, 14 and DF. RGB value is (204,20,223). Sum of RGB (Red+Green+Blue) = 204+20+223=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14DF is #33EB20. Grayscale: #616161. Windows color (decimal): -3402529 or 14619852. OLE color: 14619852.

HSL color Cylindrical-coordinate representation of color #CC14DF: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC14DF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 20 223 -
CMYK 0.09 0.91 0 0.13
HSL 294.38º 0.84% 0.48% -
HSV(B) 294.38º 0.91% 0.87% -
XYZ 38.47 18.67 71.39 -
YUV 98.16 198.46 203.49 -
System Red Green Blue C M Y K H S L
Decimal 204 20 223 0.09 0.91 0 0.13 294.38 0.84 0.48
Hex CC 14 DF 9 5B 0 D 126 54 30
Octal 314 24 337 11 133 0 15 446 124 60
Binary 11001100 10100 11011111 1001 1011011 0 1101 100100110 1010100 110000

Color Harmonies of #CC14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14DF

Black with #CC14DF

Text Example


Text Example

White with #CC14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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