Html Css Color HEX #C63188 Medium Red Violet

📋 copy color: '#C63188'

red 198 ◦ green 49 ◦ blue 136

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

Shades of Medium Red Violet #C63188

Tints of Medium Red Violet #C63188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 51.7%
G = 12.79%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C63188 (or 0xC63188) is known color: Medium Red Violet. HEX triplet: C6, 31 and 88. RGB value is (198,49,136). Sum of RGB (Red+Green+Blue) = 198+49+136=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C63188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63188 is #39CE77. Grayscale: #676767. Windows color (decimal): -3788408 or 8925638. OLE color: 8925638.

HSL color Cylindrical-coordinate representation of color #C63188: hue angle of 324.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63188 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 136 -
CMYK 0 0.75 0.31 0.22
HSL 324.97º 0.6% 0.48% -
HSV(B) 324.97º 0.75% 0.78% -
XYZ 28.83 15.98 24.86 -
YUV 103.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 198 49 136 0 0.75 0.31 0.22 324.97 0.6 0.48
Hex C6 31 88 0 4B 1F 16 145 3C 30
Octal 306 61 210 0 113 37 26 505 74 60
Binary 11000110 110001 10001000 0 1001011 11111 10110 101000101 111100 110000

Color Harmonies of #C63188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63188

Black with #C63188

Text Example


Text Example

White with #C63188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63188; }

 p { color: rgb(198,49,136); }

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

background-color css

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

 a { background-color: rgb(198,49,136); }

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

border-color css

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

 span { border-color: rgb(198,49,136); }

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