Html Css Color HEX #C6018F Medium Violet Red

📋 copy color: '#C6018F'

red 198 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #C6018F

Tints of Medium Violet Red #C6018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 57.89%
G = 0.29%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6018F (or 0xC6018F) is known color: Medium Violet Red. HEX triplet: C6, 01 and 8F. RGB value is (198,1,143). Sum of RGB (Red+Green+Blue) = 198+1+143=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6018F is #39FE70. Grayscale: #4B4B4B. Windows color (decimal): -3800689 or 9372102. OLE color: 9372102.

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

Color convert

RGB 198 1 143 -
CMYK 0 0.99 0.28 0.22
HSL 316.75º 0.99% 0.39% -
HSV(B) 316.75º 0.99% 0.78% -
XYZ 28.26 14.01 27.2 -
YUV 76.09 165.77 214.95 -
System Red Green Blue C M Y K H S L
Decimal 198 1 143 0 0.99 0.28 0.22 316.75 0.99 0.39
Hex C6 1 8F 0 63 1C 16 13D 63 27
Octal 306 1 217 0 143 34 26 475 143 47
Binary 11000110 1 10001111 0 1100011 11100 10110 100111101 1100011 100111

Color Harmonies of #C6018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6018F

Black with #C6018F

Text Example


Text Example

White with #C6018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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