Html Css Color HEX #CC03BD Deep Magenta

📋 copy color: '#CC03BD'

red 204 ◦ green 3 ◦ blue 189

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

Shades of Deep Magenta #CC03BD

Tints of Deep Magenta #CC03BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 51.52%
G = 0.76%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC03BD (or 0xCC03BD) is known color: Deep Magenta. HEX triplet: CC, 03 and BD. RGB value is (204,3,189). Sum of RGB (Red+Green+Blue) = 204+3+189=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03BD is #33FC42. Grayscale: #535353. Windows color (decimal): -3406915 or 12387276. OLE color: 12387276.

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

Color convert

RGB 204 3 189 -
CMYK 0 0.99 0.07 0.2
HSL 304.48º 0.97% 0.41% -
HSV(B) 304.48º 0.99% 0.8% -
XYZ 34.12 16.58 49.55 -
YUV 84.3 187.09 213.38 -
System Red Green Blue C M Y K H S L
Decimal 204 3 189 0 0.99 0.07 0.2 304.48 0.97 0.41
Hex CC 3 BD 0 63 7 14 130 61 29
Octal 314 3 275 0 143 7 24 460 141 51
Binary 11001100 11 10111101 0 1100011 111 10100 100110000 1100001 101001

Color Harmonies of #CC03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03BD

Black with #CC03BD

Text Example


Text Example

White with #CC03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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