Html Css Color HEX #C62095 Medium Violet Red

📋 copy color: '#C62095'

red 198 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #C62095

Tints of Medium Violet Red #C62095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

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

R = 52.24%
G = 8.44%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C62095 (or 0xC62095) is known color: Medium Violet Red. HEX triplet: C6, 20 and 95. RGB value is (198,32,149). Sum of RGB (Red+Green+Blue) = 198+32+149=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C62095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62095 is #39DF6A. Grayscale: #5E5E5E. Windows color (decimal): -3792747 or 9773254. OLE color: 9773254.

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

Color convert

RGB 198 32 149 -
CMYK 0 0.84 0.25 0.22
HSL 317.71º 0.72% 0.45% -
HSV(B) 317.71º 0.84% 0.78% -
XYZ 29.23 15.21 29.83 -
YUV 94.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 198 32 149 0 0.84 0.25 0.22 317.71 0.72 0.45
Hex C6 20 95 0 54 19 16 13E 48 2D
Octal 306 40 225 0 124 31 26 476 110 55
Binary 11000110 100000 10010101 0 1010100 11001 10110 100111110 1001000 101101

Color Harmonies of #C62095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62095

Black with #C62095

Text Example


Text Example

White with #C62095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62095; }

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

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

background-color css

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

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

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

border-color css

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

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

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