Html Css Color HEX #C62370 Medium Violet Red

📋 copy color: '#C62370'

red 198 ◦ green 35 ◦ blue 112

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

Shades of Medium Violet Red #C62370

Tints of Medium Violet Red #C62370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 57.39%
G = 10.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C62370 (or 0xC62370) is known color: Medium Violet Red. HEX triplet: C6, 23 and 70. RGB value is (198,35,112). Sum of RGB (Red+Green+Blue) = 198+35+112=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C62370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62370 is #39DC8F. Grayscale: #5C5C5C. Windows color (decimal): -3792016 or 7349190. OLE color: 7349190.

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

Color convert

RGB 198 35 112 -
CMYK 0 0.82 0.43 0.22
HSL 331.66º 0.7% 0.46% -
HSV(B) 331.66º 0.82% 0.78% -
XYZ 26.81 14.38 16.69 -
YUV 92.52 139 203.24 -
System Red Green Blue C M Y K H S L
Decimal 198 35 112 0 0.82 0.43 0.22 331.66 0.7 0.46
Hex C6 23 70 0 52 2B 16 14C 46 2E
Octal 306 43 160 0 122 53 26 514 106 56
Binary 11000110 100011 1110000 0 1010010 101011 10110 101001100 1000110 101110

Color Harmonies of #C62370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62370

Black with #C62370

Text Example


Text Example

White with #C62370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62370; }

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

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

background-color css

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

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

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

border-color css

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

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

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