Html Css Color HEX #C6018C Medium Violet Red

📋 copy color: '#C6018C'

red 198 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #C6018C

Tints of Medium Violet Red #C6018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 58.41%
G = 0.29%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6018C (or 0xC6018C) is known color: Medium Violet Red. HEX triplet: C6, 01 and 8C. RGB value is (198,1,140). Sum of RGB (Red+Green+Blue) = 198+1+140=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6018C is #39FE73. Grayscale: #4B4B4B. Windows color (decimal): -3800692 or 9175494. OLE color: 9175494.

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

Color convert

RGB 198 1 140 -
CMYK 0 0.99 0.29 0.22
HSL 317.67º 0.99% 0.39% -
HSV(B) 317.67º 0.99% 0.78% -
XYZ 28.03 13.92 26.02 -
YUV 75.75 164.27 215.2 -
System Red Green Blue C M Y K H S L
Decimal 198 1 140 0 0.99 0.29 0.22 317.67 0.99 0.39
Hex C6 1 8C 0 63 1D 16 13E 63 27
Octal 306 1 214 0 143 35 26 476 143 47
Binary 11000110 1 10001100 0 1100011 11101 10110 100111110 1100011 100111

Color Harmonies of #C6018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6018C

Black with #C6018C

Text Example


Text Example

White with #C6018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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