Html Css Color HEX #C62995 Medium Red Violet

📋 copy color: '#C62995'

red 198 ◦ green 41 ◦ blue 149

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

Shades of Medium Red Violet #C62995

Tints of Medium Red Violet #C62995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.57%

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

R = 51.03%
G = 10.57%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C62995 (or 0xC62995) is known color: Medium Red Violet. HEX triplet: C6, 29 and 95. RGB value is (198,41,149). Sum of RGB (Red+Green+Blue) = 198+41+149=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C62995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62995 is #39D66A. Grayscale: #636363. Windows color (decimal): -3790443 or 9775558. OLE color: 9775558.

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

Color convert

RGB 198 41 149 -
CMYK 0 0.79 0.25 0.22
HSL 318.73º 0.66% 0.47% -
HSV(B) 318.73º 0.79% 0.78% -
XYZ 29.51 15.76 29.92 -
YUV 100.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 198 41 149 0 0.79 0.25 0.22 318.73 0.66 0.47
Hex C6 29 95 0 4F 19 16 13F 42 2F
Octal 306 51 225 0 117 31 26 477 102 57
Binary 11000110 101001 10010101 0 1001111 11001 10110 100111111 1000010 101111

Color Harmonies of #C62995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62995

Black with #C62995

Text Example


Text Example

White with #C62995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62995; }

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

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

background-color css

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

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

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

border-color css

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

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

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