Html Css Color HEX #C63A8C Medium Red Violet

📋 copy color: '#C63A8C'

red 198 ◦ green 58 ◦ blue 140

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

Shades of Medium Red Violet #C63A8C

Tints of Medium Red Violet #C63A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 50%
G = 14.65%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C63A8C (or 0xC63A8C) is known color: Medium Red Violet. HEX triplet: C6, 3A and 8C. RGB value is (198,58,140). Sum of RGB (Red+Green+Blue) = 198+58+140=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63A8C is #39C573. Grayscale: #6D6D6D. Windows color (decimal): -3786100 or 9190086. OLE color: 9190086.

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

Color convert

RGB 198 58 140 -
CMYK 0 0.71 0.29 0.22
HSL 324.86º 0.55% 0.5% -
HSV(B) 324.86º 0.71% 0.78% -
XYZ 29.54 16.93 26.52 -
YUV 109.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 198 58 140 0 0.71 0.29 0.22 324.86 0.55 0.5
Hex C6 3A 8C 0 47 1D 16 145 37 32
Octal 306 72 214 0 107 35 26 505 67 62
Binary 11000110 111010 10001100 0 1000111 11101 10110 101000101 110111 110010

Color Harmonies of #C63A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A8C

Black with #C63A8C

Text Example


Text Example

White with #C63A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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