Html Css Color HEX #C003CC Deep Magenta

📋 copy color: '#C003CC'

red 192 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #C003CC

Tints of Deep Magenta #C003CC

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 48.12%
G = 0.75%
B = 51.13%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C003CC (or 0xC003CC) is known color: Deep Magenta. HEX triplet: C0, 03 and CC. RGB value is (192,3,204). Sum of RGB (Red+Green+Blue) = 192+3+204=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #C003CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003CC is #3FFC33. Grayscale: #515151. Windows color (decimal): -4193332 or 13370304. OLE color: 13370304.

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

Color convert

RGB 192 3 204 -
CMYK 0.06 0.99 0 0.2
HSL 296.42º 0.97% 0.41% -
HSV(B) 296.42º 0.99% 0.8% -
XYZ 32.67 15.63 58.42 -
YUV 82.43 196.62 206.16 -
System Red Green Blue C M Y K H S L
Decimal 192 3 204 0.06 0.99 0 0.2 296.42 0.97 0.41
Hex C0 3 CC 6 63 0 14 128 61 29
Octal 300 3 314 6 143 0 24 450 141 51
Binary 11000000 11 11001100 110 1100011 0 10100 100101000 1100001 101001

Color Harmonies of #C003CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003CC

Black with #C003CC

Text Example


Text Example

White with #C003CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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