Html Css Color HEX #C6009C Medium Violet Red

📋 copy color: '#C6009C'

red 198 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #C6009C

Tints of Medium Violet Red #C6009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 55.93%
G = 0%
B = 44.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6009C (or 0xC6009C) is known color: Medium Violet Red. HEX triplet: C6, 00 and 9C. RGB value is (198,0,156). Sum of RGB (Red+Green+Blue) = 198+0+156=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6009C is #39FF63. Grayscale: #4C4C4C. Windows color (decimal): -3800932 or 10223814. OLE color: 10223814.

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

Color convert

RGB 198 0 156 -
CMYK 0 1 0.21 0.22
HSL 312.73º 1% 0.39% -
HSV(B) 312.73º 1% 0.78% -
XYZ 29.29 14.41 32.69 -
YUV 76.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 198 0 156 0 1 0.21 0.22 312.73 1 0.39
Hex C6 0 9C 0 64 15 16 139 64 27
Octal 306 0 234 0 144 25 26 471 144 47
Binary 11000110 0 10011100 0 1100100 10101 10110 100111001 1100100 100111

Color Harmonies of #C6009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6009C

Black with #C6009C

Text Example


Text Example

White with #C6009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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