Html Css Color HEX #CC03AF Deep Magenta

📋 copy color: '#CC03AF'

red 204 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #CC03AF

Tints of Deep Magenta #CC03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 53.4%
G = 0.79%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC03AF (or 0xCC03AF) is known color: Deep Magenta. HEX triplet: CC, 03 and AF. RGB value is (204,3,175). Sum of RGB (Red+Green+Blue) = 204+3+175=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC03AF is #33FC50. Grayscale: #525252. Windows color (decimal): -3406929 or 11469772. OLE color: 11469772.

HSL color Cylindrical-coordinate representation of color #CC03AF: hue angle of 308.66º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03AF is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 175 -
CMYK 0 0.99 0.14 0.2
HSL 308.66º 0.97% 0.41% -
HSV(B) 308.66º 0.99% 0.8% -
XYZ 32.67 16 41.92 -
YUV 82.71 180.09 214.51 -
System Red Green Blue C M Y K H S L
Decimal 204 3 175 0 0.99 0.14 0.2 308.66 0.97 0.41
Hex CC 3 AF 0 63 E 14 135 61 29
Octal 314 3 257 0 143 16 24 465 141 51
Binary 11001100 11 10101111 0 1100011 1110 10100 100110101 1100001 101001

Color Harmonies of #CC03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03AF

Black with #CC03AF

Text Example


Text Example

White with #CC03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03AF; }

 p { color: rgb(204,3,175); }

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

background-color css

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

 a { background-color: rgb(204,3,175); }

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

border-color css

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

 span { border-color: rgb(204,3,175); }

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