Html Css Color HEX #C63392 Medium Red Violet

📋 copy color: '#C63392'

red 198 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #C63392

Tints of Medium Red Violet #C63392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 50.13%
G = 12.91%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C63392 (or 0xC63392) is known color: Medium Red Violet. HEX triplet: C6, 33 and 92. RGB value is (198,51,146). Sum of RGB (Red+Green+Blue) = 198+51+146=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C63392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63392 is #39CC6D. Grayscale: #696969. Windows color (decimal): -3787886 or 9581510. OLE color: 9581510.

HSL color Cylindrical-coordinate representation of color #C63392: hue angle of 321.22º degrees, saturation: 0.59, 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 #C63392 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 51 146 -
CMYK 0 0.74 0.26 0.22
HSL 321.22º 0.59% 0.49% -
HSV(B) 321.22º 0.74% 0.78% -
XYZ 29.66 16.45 28.81 -
YUV 105.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 198 51 146 0 0.74 0.26 0.22 321.22 0.59 0.49
Hex C6 33 92 0 4A 1A 16 141 3B 31
Octal 306 63 222 0 112 32 26 501 73 61
Binary 11000110 110011 10010010 0 1001010 11010 10110 101000001 111011 110001

Color Harmonies of #C63392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63392

Black with #C63392

Text Example


Text Example

White with #C63392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63392; }

 p { color: rgb(198,51,146); }

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

background-color css

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

 a { background-color: rgb(198,51,146); }

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

border-color css

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

 span { border-color: rgb(198,51,146); }

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