Html Css Color HEX #C63994 Medium Red Violet

📋 copy color: '#C63994'

red 198 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #C63994

Tints of Medium Red Violet #C63994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.14%

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 49.13%
G = 14.14%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C63994 (or 0xC63994) is known color: Medium Red Violet. HEX triplet: C6, 39 and 94. RGB value is (198,57,148). Sum of RGB (Red+Green+Blue) = 198+57+148=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C63994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63994 is #39C66B. Grayscale: #6D6D6D. Windows color (decimal): -3786348 or 9714118. OLE color: 9714118.

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

Color convert

RGB 198 57 148 -
CMYK 0 0.71 0.25 0.22
HSL 321.28º 0.55% 0.5% -
HSV(B) 321.28º 0.71% 0.78% -
XYZ 30.1 17.07 29.73 -
YUV 109.53 149.71 191.1 -
System Red Green Blue C M Y K H S L
Decimal 198 57 148 0 0.71 0.25 0.22 321.28 0.55 0.5
Hex C6 39 94 0 47 19 16 141 37 32
Octal 306 71 224 0 107 31 26 501 67 62
Binary 11000110 111001 10010100 0 1000111 11001 10110 101000001 110111 110010

Color Harmonies of #C63994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63994

Black with #C63994

Text Example


Text Example

White with #C63994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63994; }

 p { color: rgb(198,57,148); }

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

background-color css

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

 a { background-color: rgb(198,57,148); }

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

border-color css

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

 span { border-color: rgb(198,57,148); }

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