Html Css Color HEX #C203C6 Deep Magenta

📋 copy color: '#C203C6'

red 194 ◦ green 3 ◦ blue 198

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

Shades of Deep Magenta #C203C6

Tints of Deep Magenta #C203C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 49.11%
G = 0.76%
B = 50.13%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C203C6 (or 0xC203C6) is known color: Deep Magenta. HEX triplet: C2, 03 and C6. RGB value is (194,3,198). Sum of RGB (Red+Green+Blue) = 194+3+198=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #C203C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203C6 is #3DFC39. Grayscale: #515151. Windows color (decimal): -4062266 or 12977090. OLE color: 12977090.

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

Color convert

RGB 194 3 198 -
CMYK 0.02 0.98 0 0.22
HSL 298.77º 0.97% 0.39% -
HSV(B) 298.77º 0.98% 0.78% -
XYZ 32.47 15.61 54.73 -
YUV 82.34 193.28 207.64 -
System Red Green Blue C M Y K H S L
Decimal 194 3 198 0.02 0.98 0 0.22 298.77 0.97 0.39
Hex C2 3 C6 2 62 0 16 12B 61 27
Octal 302 3 306 2 142 0 26 453 141 47
Binary 11000010 11 11000110 10 1100010 0 10110 100101011 1100001 100111

Color Harmonies of #C203C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203C6

Black with #C203C6

Text Example


Text Example

White with #C203C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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