Html Css Color HEX #CC2ADF Deep Magenta

📋 copy color: '#CC2ADF'

red 204 ◦ green 42 ◦ blue 223

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

Shades of Deep Magenta #CC2ADF

Tints of Deep Magenta #CC2ADF

RGB

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

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

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

R = 43.5%
G = 8.96%
B = 47.55%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC2ADF (or 0xCC2ADF) is known color: Deep Magenta. HEX triplet: CC, 2A and DF. RGB value is (204,42,223). Sum of RGB (Red+Green+Blue) = 204+42+223=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ADF is #33D520. Grayscale: #6E6E6E. Windows color (decimal): -3396897 or 14625484. OLE color: 14625484.

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

Color convert

RGB 204 42 223 -
CMYK 0.09 0.81 0 0.13
HSL 293.7º 0.74% 0.52% -
HSV(B) 293.7º 0.81% 0.87% -
XYZ 39.05 19.82 71.58 -
YUV 111.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 204 42 223 0.09 0.81 0 0.13 293.7 0.74 0.52
Hex CC 2A DF 9 51 0 D 126 4A 34
Octal 314 52 337 11 121 0 15 446 112 64
Binary 11001100 101010 11011111 1001 1010001 0 1101 100100110 1001010 110100

Color Harmonies of #CC2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ADF

Black with #CC2ADF

Text Example


Text Example

White with #CC2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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