Html Css Color HEX #C003C5 Deep Magenta

📋 copy color: '#C003C5'

red 192 ◦ green 3 ◦ blue 197

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

Shades of Deep Magenta #C003C5

Tints of Deep Magenta #C003C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 48.98%
G = 0.77%
B = 50.26%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C003C5 (or 0xC003C5) is known color: Deep Magenta. HEX triplet: C0, 03 and C5. RGB value is (192,3,197). Sum of RGB (Red+Green+Blue) = 192+3+197=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #C003C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003C5 is #3FFC3A. Grayscale: #515151. Windows color (decimal): -4193339 or 12911552. OLE color: 12911552.

HSL color Cylindrical-coordinate representation of color #C003C5: hue angle of 298.45º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C003C5 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 3 197 -
CMYK 0.03 0.98 0 0.23
HSL 298.45º 0.97% 0.39% -
HSV(B) 298.45º 0.98% 0.77% -
XYZ 31.85 15.3 54.1 -
YUV 81.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 192 3 197 0.03 0.98 0 0.23 298.45 0.97 0.39
Hex C0 3 C5 3 62 0 17 12A 61 27
Octal 300 3 305 3 142 0 27 452 141 47
Binary 11000000 11 11000101 11 1100010 0 10111 100101010 1100001 100111

Color Harmonies of #C003C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003C5

Black with #C003C5

Text Example


Text Example

White with #C003C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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