Html Css Color HEX #C6009F Medium Violet Red

📋 copy color: '#C6009F'

red 198 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C6009F

Tints of Medium Violet Red #C6009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 55.46%
G = 0%
B = 44.54%

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

#C6009F (or 0xC6009F) is known color: Medium Violet Red. HEX triplet: C6, 00 and 9F. RGB value is (198,0,159). Sum of RGB (Red+Green+Blue) = 198+0+159=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6009F is #39FF60. Grayscale: #4C4C4C. Windows color (decimal): -3800929 or 10420422. OLE color: 10420422.

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

Color convert

RGB 198 0 159 -
CMYK 0 1 0.20 0.22
HSL 311.82º 1% 0.39% -
HSV(B) 311.82º 1% 0.78% -
XYZ 29.55 14.51 34.04 -
YUV 77.33 174.1 214.07 -
System Red Green Blue C M Y K H S L
Decimal 198 0 159 0 1 0.20 0.22 311.82 1 0.39
Hex C6 0 9F 0 64 14 16 138 64 27
Octal 306 0 237 0 144 24 26 470 144 47
Binary 11000110 0 10011111 0 1100100 10100 10110 100111000 1100100 100111

Color Harmonies of #C6009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6009F

Black with #C6009F

Text Example


Text Example

White with #C6009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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