Html Css Color HEX #C602A3 Medium Violet Red

📋 copy color: '#C602A3'

red 198 ◦ green 2 ◦ blue 163

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

Shades of Medium Violet Red #C602A3

Tints of Medium Violet Red #C602A3

RGB

 RED value IS 198 (77.73% from 255) = 54.55%

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 163 (64.06% from 255) = 44.9%

R = 54.55%
G = 0.55%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C602A3 (or 0xC602A3) is known color: Medium Violet Red. HEX triplet: C6, 02 and A3. RGB value is (198,2,163). Sum of RGB (Red+Green+Blue) = 198+2+163=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C602A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602A3 is #39FD5C. Grayscale: #4E4E4E. Windows color (decimal): -3800413 or 10683078. OLE color: 10683078.

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

Color convert

RGB 198 2 163 -
CMYK 0 0.99 0.18 0.22
HSL 310.71º 0.98% 0.39% -
HSV(B) 310.71º 0.99% 0.78% -
XYZ 29.92 14.69 35.91 -
YUV 78.96 175.43 212.91 -
System Red Green Blue C M Y K H S L
Decimal 198 2 163 0 0.99 0.18 0.22 310.71 0.98 0.39
Hex C6 2 A3 0 63 12 16 137 62 27
Octal 306 2 243 0 143 22 26 467 142 47
Binary 11000110 10 10100011 0 1100011 10010 10110 100110111 1100010 100111

Color Harmonies of #C602A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602A3

Black with #C602A3

Text Example


Text Example

White with #C602A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602A3; }

 p { color: rgb(198,2,163); }

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

background-color css

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

 a { background-color: rgb(198,2,163); }

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

border-color css

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

 span { border-color: rgb(198,2,163); }

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