Html Css Color HEX #C63B8A Medium Red Violet

📋 copy color: '#C63B8A'

red 198 ◦ green 59 ◦ blue 138

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

Shades of Medium Red Violet #C63B8A

Tints of Medium Red Violet #C63B8A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.94%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 50.13%
G = 14.94%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C63B8A (or 0xC63B8A) is known color: Medium Red Violet. HEX triplet: C6, 3B and 8A. RGB value is (198,59,138). Sum of RGB (Red+Green+Blue) = 198+59+138=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63B8A is #39C475. Grayscale: #6D6D6D. Windows color (decimal): -3785846 or 9059270. OLE color: 9059270.

HSL color Cylindrical-coordinate representation of color #C63B8A: hue angle of 325.9º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B8A is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 138 -
CMYK 0 0.70 0.30 0.22
HSL 325.9º 0.55% 0.5% -
HSV(B) 325.9º 0.7% 0.78% -
XYZ 29.44 16.97 25.77 -
YUV 109.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 198 59 138 0 0.70 0.30 0.22 325.9 0.55 0.5
Hex C6 3B 8A 0 46 1E 16 146 37 32
Octal 306 73 212 0 106 36 26 506 67 62
Binary 11000110 111011 10001010 0 1000110 11110 10110 101000110 110111 110010

Color Harmonies of #C63B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B8A

Black with #C63B8A

Text Example


Text Example

White with #C63B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B8A; }

 p { color: rgb(198,59,138); }

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

background-color css

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

 a { background-color: rgb(198,59,138); }

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

border-color css

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

 span { border-color: rgb(198,59,138); }

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