Html Css Color HEX #C203E1 Deep Magenta

📋 copy color: '#C203E1'

red 194 ◦ green 3 ◦ blue 225

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

Shades of Deep Magenta #C203E1

Tints of Deep Magenta #C203E1

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 45.97%
G = 0.71%
B = 53.32%

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

#C203E1 (or 0xC203E1) is known color: Deep Magenta. HEX triplet: C2, 03 and E1. RGB value is (194,3,225). Sum of RGB (Red+Green+Blue) = 194+3+225=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #C203E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203E1 is #3DFC1E. Grayscale: #545454. Windows color (decimal): -4062239 or 14746562. OLE color: 14746562.

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

Color convert

RGB 194 3 225 -
CMYK 0.14 0.99 0 0.12
HSL 291.62º 0.97% 0.45% -
HSV(B) 291.62º 0.99% 0.88% -
XYZ 35.87 16.97 72.62 -
YUV 85.42 206.78 205.45 -
System Red Green Blue C M Y K H S L
Decimal 194 3 225 0.14 0.99 0 0.12 291.62 0.97 0.45
Hex C2 3 E1 E 63 0 C 124 61 2D
Octal 302 3 341 16 143 0 14 444 141 55
Binary 11000010 11 11100001 1110 1100011 0 1100 100100100 1100001 101101

Color Harmonies of #C203E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203E1

Black with #C203E1

Text Example


Text Example

White with #C203E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203E1; }

 p { color: rgb(194,3,225); }

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

background-color css

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

 a { background-color: rgb(194,3,225); }

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

border-color css

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

 span { border-color: rgb(194,3,225); }

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