Html Css Color HEX #C60395 Medium Violet Red

📋 copy color: '#C60395'

red 198 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #C60395

Tints of Medium Violet Red #C60395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 56.57%
G = 0.86%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C60395 (or 0xC60395) is known color: Medium Violet Red. HEX triplet: C6, 03 and 95. RGB value is (198,3,149). Sum of RGB (Red+Green+Blue) = 198+3+149=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C60395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60395 is #39FC6A. Grayscale: #4D4D4D. Windows color (decimal): -3800171 or 9765830. OLE color: 9765830.

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

Color convert

RGB 198 3 149 -
CMYK 0 0.98 0.25 0.22
HSL 315.08º 0.97% 0.39% -
HSV(B) 315.08º 0.98% 0.78% -
XYZ 28.75 14.24 29.67 -
YUV 77.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 198 3 149 0 0.98 0.25 0.22 315.08 0.97 0.39
Hex C6 3 95 0 62 19 16 13B 61 27
Octal 306 3 225 0 142 31 26 473 141 47
Binary 11000110 11 10010101 0 1100010 11001 10110 100111011 1100001 100111

Color Harmonies of #C60395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60395

Black with #C60395

Text Example


Text Example

White with #C60395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60395; }

 p { color: rgb(198,3,149); }

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

background-color css

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

 a { background-color: rgb(198,3,149); }

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

border-color css

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

 span { border-color: rgb(198,3,149); }

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