Html Css Color HEX #C6017E Medium Violet Red

📋 copy color: '#C6017E'

red 198 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #C6017E

Tints of Medium Violet Red #C6017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 60.92%
G = 0.31%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6017E (or 0xC6017E) is known color: Medium Violet Red. HEX triplet: C6, 01 and 7E. RGB value is (198,1,126). Sum of RGB (Red+Green+Blue) = 198+1+126=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6017E is #39FE81. Grayscale: #494949. Windows color (decimal): -3800706 or 8257990. OLE color: 8257990.

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

Color convert

RGB 198 1 126 -
CMYK 0 0.99 0.36 0.22
HSL 321.93º 0.99% 0.39% -
HSV(B) 321.93º 0.99% 0.78% -
XYZ 27.07 13.53 20.92 -
YUV 74.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 198 1 126 0 0.99 0.36 0.22 321.93 0.99 0.39
Hex C6 1 7E 0 63 24 16 142 63 27
Octal 306 1 176 0 143 44 26 502 143 47
Binary 11000110 1 1111110 0 1100011 100100 10110 101000010 1100011 100111

Color Harmonies of #C6017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6017E

Black with #C6017E

Text Example


Text Example

White with #C6017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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