Html Css Color HEX #C609A2 Medium Violet Red

📋 copy color: '#C609A2'

red 198 ◦ green 9 ◦ blue 162

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

Shades of Medium Violet Red #C609A2

Tints of Medium Violet Red #C609A2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 53.66%
G = 2.44%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C609A2 (or 0xC609A2) is known color: Medium Violet Red. HEX triplet: C6, 09 and A2. RGB value is (198,9,162). Sum of RGB (Red+Green+Blue) = 198+9+162=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C609A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C609A2 is #39F65D. Grayscale: #525252. Windows color (decimal): -3798622 or 10619334. OLE color: 10619334.

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

Color convert

RGB 198 9 162 -
CMYK 0 0.95 0.18 0.22
HSL 311.43º 0.91% 0.41% -
HSV(B) 311.43º 0.95% 0.78% -
XYZ 29.91 14.81 35.46 -
YUV 82.95 172.62 210.06 -
System Red Green Blue C M Y K H S L
Decimal 198 9 162 0 0.95 0.18 0.22 311.43 0.91 0.41
Hex C6 9 A2 0 5F 12 16 137 5B 29
Octal 306 11 242 0 137 22 26 467 133 51
Binary 11000110 1001 10100010 0 1011111 10010 10110 100110111 1011011 101001

Color Harmonies of #C609A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609A2

Black with #C609A2

Text Example


Text Example

White with #C609A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609A2; }

 p { color: rgb(198,9,162); }

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

background-color css

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

 a { background-color: rgb(198,9,162); }

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

border-color css

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

 span { border-color: rgb(198,9,162); }

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