Html Css Color HEX #CC03BF Deep Magenta

📋 copy color: '#CC03BF'

red 204 ◦ green 3 ◦ blue 191

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

Shades of Deep Magenta #CC03BF

Tints of Deep Magenta #CC03BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 51.26%
G = 0.75%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC03BF (or 0xCC03BF) is known color: Deep Magenta. HEX triplet: CC, 03 and BF. RGB value is (204,3,191). Sum of RGB (Red+Green+Blue) = 204+3+191=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03BF is #33FC40. Grayscale: #535353. Windows color (decimal): -3406913 or 12518348. OLE color: 12518348.

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

Color convert

RGB 204 3 191 -
CMYK 0 0.99 0.06 0.2
HSL 303.88º 0.97% 0.41% -
HSV(B) 303.88º 0.99% 0.8% -
XYZ 34.34 16.66 50.7 -
YUV 84.53 188.09 213.21 -
System Red Green Blue C M Y K H S L
Decimal 204 3 191 0 0.99 0.06 0.2 303.88 0.97 0.41
Hex CC 3 BF 0 63 6 14 130 61 29
Octal 314 3 277 0 143 6 24 460 141 51
Binary 11001100 11 10111111 0 1100011 110 10100 100110000 1100001 101001

Color Harmonies of #CC03BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03BF

Black with #CC03BF

Text Example


Text Example

White with #CC03BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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