Html Css Color HEX #C6016B Medium Violet Red

📋 copy color: '#C6016B'

red 198 ◦ green 1 ◦ blue 107

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

Shades of Medium Violet Red #C6016B

Tints of Medium Violet Red #C6016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 64.71%
G = 0.33%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6016B (or 0xC6016B) is known color: Medium Violet Red. HEX triplet: C6, 01 and 6B. RGB value is (198,1,107). Sum of RGB (Red+Green+Blue) = 198+1+107=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6016B is #39FE94. Grayscale: #474747. Windows color (decimal): -3800725 or 7012806. OLE color: 7012806.

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

Color convert

RGB 198 1 107 -
CMYK 0 0.99 0.46 0.22
HSL 327.72º 0.99% 0.39% -
HSV(B) 327.72º 0.99% 0.78% -
XYZ 25.95 13.09 15.07 -
YUV 71.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 198 1 107 0 0.99 0.46 0.22 327.72 0.99 0.39
Hex C6 1 6B 0 63 2E 16 148 63 27
Octal 306 1 153 0 143 56 26 510 143 47
Binary 11000110 1 1101011 0 1100011 101110 10110 101001000 1100011 100111

Color Harmonies of #C6016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6016B

Black with #C6016B

Text Example


Text Example

White with #C6016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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