Html Css Color HEX #C6016D Medium Violet Red

📋 copy color: '#C6016D'

red 198 ◦ green 1 ◦ blue 109

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

Shades of Medium Violet Red #C6016D

Tints of Medium Violet Red #C6016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 64.29%
G = 0.32%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6016D (or 0xC6016D) is known color: Medium Violet Red. HEX triplet: C6, 01 and 6D. RGB value is (198,1,109). Sum of RGB (Red+Green+Blue) = 198+1+109=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6016D is #39FE92. Grayscale: #474747. Windows color (decimal): -3800723 or 7143878. OLE color: 7143878.

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

Color convert

RGB 198 1 109 -
CMYK 0 0.99 0.45 0.22
HSL 327.11º 0.99% 0.39% -
HSV(B) 327.11º 0.99% 0.78% -
XYZ 26.06 13.13 15.63 -
YUV 72.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 198 1 109 0 0.99 0.45 0.22 327.11 0.99 0.39
Hex C6 1 6D 0 63 2D 16 147 63 27
Octal 306 1 155 0 143 55 26 507 143 47
Binary 11000110 1 1101101 0 1100011 101101 10110 101000111 1100011 100111

Color Harmonies of #C6016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6016D

Black with #C6016D

Text Example


Text Example

White with #C6016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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