Html Css Color HEX #CC03CF Deep Magenta

📋 copy color: '#CC03CF'

red 204 ◦ green 3 ◦ blue 207

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

Shades of Deep Magenta #CC03CF

Tints of Deep Magenta #CC03CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 49.28%
G = 0.72%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC03CF (or 0xCC03CF) is known color: Deep Magenta. HEX triplet: CC, 03 and CF. RGB value is (204,3,207). Sum of RGB (Red+Green+Blue) = 204+3+207=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03CF is #33FC30. Grayscale: #555555. Windows color (decimal): -3406897 or 13566924. OLE color: 13566924.

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

Color convert

RGB 204 3 207 -
CMYK 0.01 0.99 0 0.19
HSL 299.12º 0.97% 0.41% -
HSV(B) 299.12º 0.99% 0.81% -
XYZ 36.2 17.41 60.48 -
YUV 86.36 196.09 211.91 -
System Red Green Blue C M Y K H S L
Decimal 204 3 207 0.01 0.99 0 0.19 299.12 0.97 0.41
Hex CC 3 CF 1 63 0 13 12B 61 29
Octal 314 3 317 1 143 0 23 453 141 51
Binary 11001100 11 11001111 1 1100011 0 10011 100101011 1100001 101001

Color Harmonies of #CC03CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03CF

Black with #CC03CF

Text Example


Text Example

White with #CC03CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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