Html Css Color HEX #CC11CA Deep Magenta

📋 copy color: '#CC11CA'

red 204 ◦ green 17 ◦ blue 202

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

Shades of Deep Magenta #CC11CA

Tints of Deep Magenta #CC11CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.02%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 48.23%
G = 4.02%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC11CA (or 0xCC11CA) is known color: Deep Magenta. HEX triplet: CC, 11 and CA. RGB value is (204,17,202). Sum of RGB (Red+Green+Blue) = 204+17+202=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11CA is #33EE35. Grayscale: #5D5D5D. Windows color (decimal): -3403318 or 13242828. OLE color: 13242828.

HSL color Cylindrical-coordinate representation of color #CC11CA: hue angle of 300.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11CA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 202 -
CMYK 0 0.92 0.01 0.2
HSL 300.64º 0.85% 0.43% -
HSV(B) 300.64º 0.92% 0.8% -
XYZ 35.76 17.5 57.37 -
YUV 94 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 204 17 202 0 0.92 0.01 0.2 300.64 0.85 0.43
Hex CC 11 CA 0 5C 1 14 12D 55 2B
Octal 314 21 312 0 134 1 24 455 125 53
Binary 11001100 10001 11001010 0 1011100 1 10100 100101101 1010101 101011

Color Harmonies of #CC11CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11CA

Black with #CC11CA

Text Example


Text Example

White with #CC11CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11CA; }

 p { color: rgb(204,17,202); }

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

background-color css

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

 a { background-color: rgb(204,17,202); }

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

border-color css

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

 span { border-color: rgb(204,17,202); }

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