Html Css Color HEX #C6006D Medium Violet Red

📋 copy color: '#C6006D'

red 198 ◦ green 0 ◦ blue 109

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

Shades of Medium Violet Red #C6006D

Tints of Medium Violet Red #C6006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 64.5%
G = 0%
B = 35.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6006D (or 0xC6006D) is known color: Medium Violet Red. HEX triplet: C6, 00 and 6D. RGB value is (198,0,109). Sum of RGB (Red+Green+Blue) = 198+0+109=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6006D is #39FF92. Grayscale: #474747. Windows color (decimal): -3800979 or 7143622. OLE color: 7143622.

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

Color convert

RGB 198 0 109 -
CMYK 0 1 0.45 0.22
HSL 326.97º 1% 0.39% -
HSV(B) 326.97º 1% 0.78% -
XYZ 26.05 13.11 15.63 -
YUV 71.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 198 0 109 0 1 0.45 0.22 326.97 1 0.39
Hex C6 0 6D 0 64 2D 16 147 64 27
Octal 306 0 155 0 144 55 26 507 144 47
Binary 11000110 0 1101101 0 1100100 101101 10110 101000111 1100100 100111

Color Harmonies of #C6006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6006D

Black with #C6006D

Text Example


Text Example

White with #C6006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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