Html Css Color HEX #C63C7F Medium Red Violet

📋 copy color: '#C63C7F'

red 198 ◦ green 60 ◦ blue 127

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

Shades of Medium Red Violet #C63C7F

Tints of Medium Red Violet #C63C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 51.43%
G = 15.58%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C63C7F (or 0xC63C7F) is known color: Medium Red Violet. HEX triplet: C6, 3C and 7F. RGB value is (198,60,127). Sum of RGB (Red+Green+Blue) = 198+60+127=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C7F is #39C380. Grayscale: #6C6C6C. Windows color (decimal): -3785601 or 8338630. OLE color: 8338630.

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

Color convert

RGB 198 60 127 -
CMYK 0 0.70 0.36 0.22
HSL 330.87º 0.55% 0.51% -
HSV(B) 330.87º 0.7% 0.78% -
XYZ 28.74 16.77 21.8 -
YUV 108.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 198 60 127 0 0.70 0.36 0.22 330.87 0.55 0.51
Hex C6 3C 7F 0 46 24 16 14B 37 33
Octal 306 74 177 0 106 44 26 513 67 63
Binary 11000110 111100 1111111 0 1000110 100100 10110 101001011 110111 110011

Color Harmonies of #C63C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C7F

Black with #C63C7F

Text Example


Text Example

White with #C63C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C7F; }

 p { color: rgb(198,60,127); }

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

background-color css

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

 a { background-color: rgb(198,60,127); }

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

border-color css

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

 span { border-color: rgb(198,60,127); }

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