Html Css Color HEX #C62085 Medium Violet Red

📋 copy color: '#C62085'

red 198 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #C62085

Tints of Medium Violet Red #C62085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 54.55%
G = 8.82%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C62085 (or 0xC62085) is known color: Medium Violet Red. HEX triplet: C6, 20 and 85. RGB value is (198,32,133). Sum of RGB (Red+Green+Blue) = 198+32+133=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C62085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62085 is #39DF7A. Grayscale: #5C5C5C. Windows color (decimal): -3792763 or 8724678. OLE color: 8724678.

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

Color convert

RGB 198 32 133 -
CMYK 0 0.84 0.33 0.22
HSL 323.49º 0.72% 0.45% -
HSV(B) 323.49º 0.84% 0.78% -
XYZ 28.04 14.73 23.56 -
YUV 93.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 198 32 133 0 0.84 0.33 0.22 323.49 0.72 0.45
Hex C6 20 85 0 54 21 16 143 48 2D
Octal 306 40 205 0 124 41 26 503 110 55
Binary 11000110 100000 10000101 0 1010100 100001 10110 101000011 1001000 101101

Color Harmonies of #C62085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62085

Black with #C62085

Text Example


Text Example

White with #C62085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62085; }

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

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

background-color css

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

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

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

border-color css

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

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

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