Html Css Color HEX #CC16DA Deep Magenta

📋 copy color: '#CC16DA'

red 204 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #CC16DA

Tints of Deep Magenta #CC16DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.95%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 45.95%
G = 4.95%
B = 49.1%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC16DA (or 0xCC16DA) is known color: Deep Magenta. HEX triplet: CC, 16 and DA. RGB value is (204,22,218). Sum of RGB (Red+Green+Blue) = 204+22+218=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16DA is #33E925. Grayscale: #626262. Windows color (decimal): -3402022 or 14292684. OLE color: 14292684.

HSL color Cylindrical-coordinate representation of color #CC16DA: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC16DA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 22 218 -
CMYK 0.06 0.90 0 0.15
HSL 295.71º 0.82% 0.47% -
HSV(B) 295.71º 0.9% 0.85% -
XYZ 37.84 18.47 67.9 -
YUV 98.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 204 22 218 0.06 0.90 0 0.15 295.71 0.82 0.47
Hex CC 16 DA 6 5A 0 F 128 52 2F
Octal 314 26 332 6 132 0 17 450 122 57
Binary 11001100 10110 11011010 110 1011010 0 1111 100101000 1010010 101111

Color Harmonies of #CC16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16DA

Black with #CC16DA

Text Example


Text Example

White with #CC16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16DA; }

 p { color: rgb(204,22,218); }

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

background-color css

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

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

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

border-color css

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

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

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