Html Css Color HEX #C602A0 Medium Violet Red

📋 copy color: '#C602A0'

red 198 ◦ green 2 ◦ blue 160

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

Shades of Medium Violet Red #C602A0

Tints of Medium Violet Red #C602A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 55%
G = 0.56%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C602A0 (or 0xC602A0) is known color: Medium Violet Red. HEX triplet: C6, 02 and A0. RGB value is (198,2,160). Sum of RGB (Red+Green+Blue) = 198+2+160=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C602A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602A0 is #39FD5F. Grayscale: #4E4E4E. Windows color (decimal): -3800416 or 10486470. OLE color: 10486470.

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

Color convert

RGB 198 2 160 -
CMYK 0 0.99 0.19 0.22
HSL 311.63º 0.98% 0.39% -
HSV(B) 311.63º 0.99% 0.78% -
XYZ 29.66 14.59 34.51 -
YUV 78.62 173.93 213.15 -
System Red Green Blue C M Y K H S L
Decimal 198 2 160 0 0.99 0.19 0.22 311.63 0.98 0.39
Hex C6 2 A0 0 63 13 16 138 62 27
Octal 306 2 240 0 143 23 26 470 142 47
Binary 11000110 10 10100000 0 1100011 10011 10110 100111000 1100010 100111

Color Harmonies of #C602A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602A0

Black with #C602A0

Text Example


Text Example

White with #C602A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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