Html Css Color HEX #C6009D Medium Violet Red

📋 copy color: '#C6009D'

red 198 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #C6009D

Tints of Medium Violet Red #C6009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 55.77%
G = 0%
B = 44.23%

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

#C6009D (or 0xC6009D) is known color: Medium Violet Red. HEX triplet: C6, 00 and 9D. RGB value is (198,0,157). Sum of RGB (Red+Green+Blue) = 198+0+157=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6009D is #39FF62. Grayscale: #4C4C4C. Windows color (decimal): -3800931 or 10289350. OLE color: 10289350.

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

Color convert

RGB 198 0 157 -
CMYK 0 1 0.21 0.22
HSL 312.42º 1% 0.39% -
HSV(B) 312.42º 1% 0.78% -
XYZ 29.37 14.44 33.14 -
YUV 77.1 173.1 214.23 -
System Red Green Blue C M Y K H S L
Decimal 198 0 157 0 1 0.21 0.22 312.42 1 0.39
Hex C6 0 9D 0 64 15 16 138 64 27
Octal 306 0 235 0 144 25 26 470 144 47
Binary 11000110 0 10011101 0 1100100 10101 10110 100111000 1100100 100111

Color Harmonies of #C6009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6009D

Black with #C6009D

Text Example


Text Example

White with #C6009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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