Html Css Color HEX #CC03B0 Deep Magenta

📋 copy color: '#CC03B0'

red 204 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #CC03B0

Tints of Deep Magenta #CC03B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 53.26%
G = 0.78%
B = 45.95%

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

#CC03B0 (or 0xCC03B0) is known color: Deep Magenta. HEX triplet: CC, 03 and B0. RGB value is (204,3,176). Sum of RGB (Red+Green+Blue) = 204+3+176=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC03B0 is #33FC4F. Grayscale: #525252. Windows color (decimal): -3406928 or 11535308. OLE color: 11535308.

HSL color Cylindrical-coordinate representation of color #CC03B0: hue angle of 308.36º 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 #CC03B0 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 176 -
CMYK 0 0.99 0.14 0.2
HSL 308.36º 0.97% 0.41% -
HSV(B) 308.36º 0.99% 0.8% -
XYZ 32.77 16.04 42.44 -
YUV 82.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 204 3 176 0 0.99 0.14 0.2 308.36 0.97 0.41
Hex CC 3 B0 0 63 E 14 134 61 29
Octal 314 3 260 0 143 16 24 464 141 51
Binary 11001100 11 10110000 0 1100011 1110 10100 100110100 1100001 101001

Color Harmonies of #CC03B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03B0

Black with #CC03B0

Text Example


Text Example

White with #CC03B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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