Html Css Color HEX #C62075 Medium Violet Red

📋 copy color: '#C62075'

red 198 ◦ green 32 ◦ blue 117

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

Shades of Medium Violet Red #C62075

Tints of Medium Violet Red #C62075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 57.06%
G = 9.22%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C62075 (or 0xC62075) is known color: Medium Violet Red. HEX triplet: C6, 20 and 75. RGB value is (198,32,117). Sum of RGB (Red+Green+Blue) = 198+32+117=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C62075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62075 is #39DF8A. Grayscale: #5B5B5B. Windows color (decimal): -3792779 or 7676102. OLE color: 7676102.

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

Color convert

RGB 198 32 117 -
CMYK 0 0.84 0.41 0.22
HSL 329.28º 0.72% 0.45% -
HSV(B) 329.28º 0.84% 0.78% -
XYZ 27.02 14.32 18.17 -
YUV 91.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 198 32 117 0 0.84 0.41 0.22 329.28 0.72 0.45
Hex C6 20 75 0 54 29 16 149 48 2D
Octal 306 40 165 0 124 51 26 511 110 55
Binary 11000110 100000 1110101 0 1010100 101001 10110 101001001 1001000 101101

Color Harmonies of #C62075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62075

Black with #C62075

Text Example


Text Example

White with #C62075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62075; }

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

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

background-color css

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

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

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

border-color css

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

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

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