Html Css Color HEX #C62696 Medium Violet Red

📋 copy color: '#C62696'

red 198 ◦ green 38 ◦ blue 150

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

Shades of Medium Violet Red #C62696

Tints of Medium Violet Red #C62696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.84%

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 51.3%
G = 9.84%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C62696 (or 0xC62696) is known color: Medium Violet Red. HEX triplet: C6, 26 and 96. RGB value is (198,38,150). Sum of RGB (Red+Green+Blue) = 198+38+150=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C62696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62696 is #39D969. Grayscale: #626262. Windows color (decimal): -3791210 or 9840326. OLE color: 9840326.

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

Color convert

RGB 198 38 150 -
CMYK 0 0.81 0.24 0.22
HSL 318º 0.68% 0.46% -
HSV(B) 318º 0.81% 0.78% -
XYZ 29.49 15.59 30.31 -
YUV 98.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 198 38 150 0 0.81 0.24 0.22 318 0.68 0.46
Hex C6 26 96 0 51 18 16 13E 44 2E
Octal 306 46 226 0 121 30 26 476 104 56
Binary 11000110 100110 10010110 0 1010001 11000 10110 100111110 1000100 101110

Color Harmonies of #C62696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62696

Black with #C62696

Text Example


Text Example

White with #C62696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62696; }

 p { color: rgb(198,38,150); }

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

background-color css

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

 a { background-color: rgb(198,38,150); }

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

border-color css

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

 span { border-color: rgb(198,38,150); }

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