Html Css Color HEX #CC14D6 Deep Magenta

📋 copy color: '#CC14D6'

red 204 ◦ green 20 ◦ blue 214

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

Shades of Deep Magenta #CC14D6

Tints of Deep Magenta #CC14D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 46.58%
G = 4.57%
B = 48.86%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC14D6 (or 0xCC14D6) is known color: Deep Magenta. HEX triplet: CC, 14 and D6. RGB value is (204,20,214). Sum of RGB (Red+Green+Blue) = 204+20+214=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC14D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14D6 is #33EB29. Grayscale: #606060. Windows color (decimal): -3402538 or 14030028. OLE color: 14030028.

HSL color Cylindrical-coordinate representation of color #CC14D6: hue angle of 296.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC14D6 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 20 214 -
CMYK 0.05 0.91 0 0.16
HSL 296.91º 0.83% 0.46% -
HSV(B) 296.91º 0.91% 0.84% -
XYZ 37.29 18.19 65.16 -
YUV 97.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 204 20 214 0.05 0.91 0 0.16 296.91 0.83 0.46
Hex CC 14 D6 5 5B 0 10 129 53 2E
Octal 314 24 326 5 133 0 20 451 123 56
Binary 11001100 10100 11010110 101 1011011 0 10000 100101001 1010011 101110

Color Harmonies of #CC14D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14D6

Black with #CC14D6

Text Example


Text Example

White with #CC14D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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