Html Css Color HEX #C63882 Medium Red Violet

📋 copy color: '#C63882'

red 198 ◦ green 56 ◦ blue 130

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

Shades of Medium Red Violet #C63882

Tints of Medium Red Violet #C63882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 51.56%
G = 14.58%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C63882 (or 0xC63882) is known color: Medium Red Violet. HEX triplet: C6, 38 and 82. RGB value is (198,56,130). Sum of RGB (Red+Green+Blue) = 198+56+130=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C63882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63882 is #39C77D. Grayscale: #6A6A6A. Windows color (decimal): -3786622 or 8534214. OLE color: 8534214.

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

Color convert

RGB 198 56 130 -
CMYK 0 0.72 0.34 0.22
HSL 328.73º 0.56% 0.5% -
HSV(B) 328.73º 0.72% 0.78% -
XYZ 28.73 16.45 22.78 -
YUV 106.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 198 56 130 0 0.72 0.34 0.22 328.73 0.56 0.5
Hex C6 38 82 0 48 22 16 149 38 32
Octal 306 70 202 0 110 42 26 511 70 62
Binary 11000110 111000 10000010 0 1001000 100010 10110 101001001 111000 110010

Color Harmonies of #C63882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63882

Black with #C63882

Text Example


Text Example

White with #C63882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63882; }

 p { color: rgb(198,56,130); }

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

background-color css

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

 a { background-color: rgb(198,56,130); }

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

border-color css

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

 span { border-color: rgb(198,56,130); }

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