Html Css Color HEX #C62385 Medium Violet Red

📋 copy color: '#C62385'

red 198 ◦ green 35 ◦ blue 133

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

Shades of Medium Violet Red #C62385

Tints of Medium Violet Red #C62385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.56%

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

R = 54.1%
G = 9.56%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C62385 (or 0xC62385) is known color: Medium Violet Red. HEX triplet: C6, 23 and 85. RGB value is (198,35,133). Sum of RGB (Red+Green+Blue) = 198+35+133=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C62385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62385 is #39DC7A. Grayscale: #5E5E5E. Windows color (decimal): -3791995 or 8725446. OLE color: 8725446.

HSL color Cylindrical-coordinate representation of color #C62385: hue angle of 323.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62385 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 133 -
CMYK 0 0.82 0.33 0.22
HSL 323.93º 0.7% 0.46% -
HSV(B) 323.93º 0.82% 0.78% -
XYZ 28.12 14.9 23.58 -
YUV 94.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 198 35 133 0 0.82 0.33 0.22 323.93 0.7 0.46
Hex C6 23 85 0 52 21 16 144 46 2E
Octal 306 43 205 0 122 41 26 504 106 56
Binary 11000110 100011 10000101 0 1010010 100001 10110 101000100 1000110 101110

Color Harmonies of #C62385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62385

Black with #C62385

Text Example


Text Example

White with #C62385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62385; }

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

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

background-color css

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

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

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

border-color css

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

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

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