Html Css Color HEX #C003E0 Deep Magenta

📋 copy color: '#C003E0'

red 192 ◦ green 3 ◦ blue 224

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

Shades of Deep Magenta #C003E0

Tints of Deep Magenta #C003E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 45.82%
G = 0.72%
B = 53.46%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C003E0 (or 0xC003E0) is known color: Deep Magenta. HEX triplet: C0, 03 and E0. RGB value is (192,3,224). Sum of RGB (Red+Green+Blue) = 192+3+224=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #C003E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003E0 is #3FFC1F. Grayscale: #545454. Windows color (decimal): -4193312 or 14681024. OLE color: 14681024.

HSL color Cylindrical-coordinate representation of color #C003E0: hue angle of 291.31º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003E0 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 3 224 -
CMYK 0.14 0.99 0 0.12
HSL 291.31º 0.97% 0.45% -
HSV(B) 291.31º 0.99% 0.88% -
XYZ 35.23 16.65 71.88 -
YUV 84.71 206.62 204.53 -
System Red Green Blue C M Y K H S L
Decimal 192 3 224 0.14 0.99 0 0.12 291.31 0.97 0.45
Hex C0 3 E0 E 63 0 C 123 61 2D
Octal 300 3 340 16 143 0 14 443 141 55
Binary 11000000 11 11100000 1110 1100011 0 1100 100100011 1100001 101101

Color Harmonies of #C003E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003E0

Black with #C003E0

Text Example


Text Example

White with #C003E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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