Html Css Color HEX #C003C1 Deep Magenta

📋 copy color: '#C003C1'

red 192 ◦ green 3 ◦ blue 193

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

Shades of Deep Magenta #C003C1

Tints of Deep Magenta #C003C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 49.48%
G = 0.77%
B = 49.74%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C003C1 (or 0xC003C1) is known color: Deep Magenta. HEX triplet: C0, 03 and C1. RGB value is (192,3,193). Sum of RGB (Red+Green+Blue) = 192+3+193=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #C003C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003C1 is #3FFC3E. Grayscale: #505050. Windows color (decimal): -4193343 or 12649408. OLE color: 12649408.

HSL color Cylindrical-coordinate representation of color #C003C1: hue angle of 299.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C003C1 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 3 193 -
CMYK 0.01 0.98 0 0.24
HSL 299.68º 0.97% 0.38% -
HSV(B) 299.68º 0.98% 0.76% -
XYZ 31.4 15.12 51.72 -
YUV 81.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 192 3 193 0.01 0.98 0 0.24 299.68 0.97 0.38
Hex C0 3 C1 1 62 0 18 12C 61 26
Octal 300 3 301 1 142 0 30 454 141 46
Binary 11000000 11 11000001 1 1100010 0 11000 100101100 1100001 100110

Color Harmonies of #C003C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003C1

Black with #C003C1

Text Example


Text Example

White with #C003C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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