Html Css Color HEX #C63A90 Medium Red Violet

📋 copy color: '#C63A90'

red 198 ◦ green 58 ◦ blue 144

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

Shades of Medium Red Violet #C63A90

Tints of Medium Red Violet #C63A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 49.5%
G = 14.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C63A90 (or 0xC63A90) is known color: Medium Red Violet. HEX triplet: C6, 3A and 90. RGB value is (198,58,144). Sum of RGB (Red+Green+Blue) = 198+58+144=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63A90 is #39C56F. Grayscale: #6D6D6D. Windows color (decimal): -3786096 or 9452230. OLE color: 9452230.

HSL color Cylindrical-coordinate representation of color #C63A90: hue angle of 323.14º 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 #C63A90 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 58 144 -
CMYK 0 0.71 0.27 0.22
HSL 323.14º 0.55% 0.5% -
HSV(B) 323.14º 0.71% 0.78% -
XYZ 29.84 17.05 28.1 -
YUV 109.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 198 58 144 0 0.71 0.27 0.22 323.14 0.55 0.5
Hex C6 3A 90 0 47 1B 16 143 37 32
Octal 306 72 220 0 107 33 26 503 67 62
Binary 11000110 111010 10010000 0 1000111 11011 10110 101000011 110111 110010

Color Harmonies of #C63A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A90

Black with #C63A90

Text Example


Text Example

White with #C63A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A90; }

 p { color: rgb(198,58,144); }

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

background-color css

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

 a { background-color: rgb(198,58,144); }

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

border-color css

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

 span { border-color: rgb(198,58,144); }

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