Html Css Color HEX #C602A1 Medium Violet Red

📋 copy color: '#C602A1'

red 198 ◦ green 2 ◦ blue 161

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

Shades of Medium Violet Red #C602A1

Tints of Medium Violet Red #C602A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.6%

R = 54.85%
G = 0.55%
B = 44.6%

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

#C602A1 (or 0xC602A1) is known color: Medium Violet Red. HEX triplet: C6, 02 and A1. RGB value is (198,2,161). Sum of RGB (Red+Green+Blue) = 198+2+161=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C602A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602A1 is #39FD5E. Grayscale: #4E4E4E. Windows color (decimal): -3800415 or 10552006. OLE color: 10552006.

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

Color convert

RGB 198 2 161 -
CMYK 0 0.99 0.19 0.22
HSL 311.33º 0.98% 0.39% -
HSV(B) 311.33º 0.99% 0.78% -
XYZ 29.74 14.62 34.97 -
YUV 78.73 174.43 213.07 -
System Red Green Blue C M Y K H S L
Decimal 198 2 161 0 0.99 0.19 0.22 311.33 0.98 0.39
Hex C6 2 A1 0 63 13 16 137 62 27
Octal 306 2 241 0 143 23 26 467 142 47
Binary 11000110 10 10100001 0 1100011 10011 10110 100110111 1100010 100111

Color Harmonies of #C602A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602A1

Black with #C602A1

Text Example


Text Example

White with #C602A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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