Html Css Color HEX #C6009E Medium Violet Red

📋 copy color: '#C6009E'

red 198 ◦ green 0 ◦ blue 158

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

Shades of Medium Violet Red #C6009E

Tints of Medium Violet Red #C6009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 55.62%
G = 0%
B = 44.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6009E (or 0xC6009E) is known color: Medium Violet Red. HEX triplet: C6, 00 and 9E. RGB value is (198,0,158). Sum of RGB (Red+Green+Blue) = 198+0+158=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6009E is #39FF61. Grayscale: #4C4C4C. Windows color (decimal): -3800930 or 10354886. OLE color: 10354886.

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

Color convert

RGB 198 0 158 -
CMYK 0 1 0.20 0.22
HSL 312.12º 1% 0.39% -
HSV(B) 312.12º 1% 0.78% -
XYZ 29.46 14.47 33.59 -
YUV 77.21 173.6 214.15 -
System Red Green Blue C M Y K H S L
Decimal 198 0 158 0 1 0.20 0.22 312.12 1 0.39
Hex C6 0 9E 0 64 14 16 138 64 27
Octal 306 0 236 0 144 24 26 470 144 47
Binary 11000110 0 10011110 0 1100100 10100 10110 100111000 1100100 100111

Color Harmonies of #C6009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6009E

Black with #C6009E

Text Example


Text Example

White with #C6009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6009E; }

 p { color: rgb(198,0,158); }

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

background-color css

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

 a { background-color: rgb(198,0,158); }

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

border-color css

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

 span { border-color: rgb(198,0,158); }

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