Html Css Color HEX #C63497 Medium Red Violet

📋 copy color: '#C63497'

red 198 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #C63497

Tints of Medium Red Violet #C63497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.97%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 49.38%
G = 12.97%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C63497 (or 0xC63497) is known color: Medium Red Violet. HEX triplet: C6, 34 and 97. RGB value is (198,52,151). Sum of RGB (Red+Green+Blue) = 198+52+151=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C63497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63497 is #39CB68. Grayscale: #6A6A6A. Windows color (decimal): -3787625 or 9909446. OLE color: 9909446.

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

Color convert

RGB 198 52 151 -
CMYK 0 0.74 0.24 0.22
HSL 319.32º 0.58% 0.49% -
HSV(B) 319.32º 0.74% 0.78% -
XYZ 30.1 16.7 30.91 -
YUV 106.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 198 52 151 0 0.74 0.24 0.22 319.32 0.58 0.49
Hex C6 34 97 0 4A 18 16 13F 3A 31
Octal 306 64 227 0 112 30 26 477 72 61
Binary 11000110 110100 10010111 0 1001010 11000 10110 100111111 111010 110001

Color Harmonies of #C63497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63497

Black with #C63497

Text Example


Text Example

White with #C63497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63497; }

 p { color: rgb(198,52,151); }

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

background-color css

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

 a { background-color: rgb(198,52,151); }

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

border-color css

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

 span { border-color: rgb(198,52,151); }

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