Html Css Color HEX #CC2ADA Deep Magenta

📋 copy color: '#CC2ADA'

red 204 ◦ green 42 ◦ blue 218

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

Shades of Deep Magenta #CC2ADA

Tints of Deep Magenta #CC2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

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

R = 43.97%
G = 9.05%
B = 46.98%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC2ADA (or 0xCC2ADA) is known color: Deep Magenta. HEX triplet: CC, 2A and DA. RGB value is (204,42,218). Sum of RGB (Red+Green+Blue) = 204+42+218=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ADA is #33D525. Grayscale: #6D6D6D. Windows color (decimal): -3396902 or 14297804. OLE color: 14297804.

HSL color Cylindrical-coordinate representation of color #CC2ADA: hue angle of 295.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2ADA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 42 218 -
CMYK 0.06 0.81 0 0.15
HSL 295.23º 0.7% 0.51% -
HSV(B) 295.23º 0.81% 0.85% -
XYZ 38.38 19.56 68.08 -
YUV 110.5 188.67 194.69 -
System Red Green Blue C M Y K H S L
Decimal 204 42 218 0.06 0.81 0 0.15 295.23 0.7 0.51
Hex CC 2A DA 6 51 0 F 127 46 33
Octal 314 52 332 6 121 0 17 447 106 63
Binary 11001100 101010 11011010 110 1010001 0 1111 100100111 1000110 110011

Color Harmonies of #CC2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ADA

Black with #CC2ADA

Text Example


Text Example

White with #CC2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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