Html Css Color HEX #C615A3 Medium Violet Red

📋 copy color: '#C615A3'

red 198 ◦ green 21 ◦ blue 163

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

Shades of Medium Violet Red #C615A3

Tints of Medium Violet Red #C615A3

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

 BLUE value IS 163 (64.06% from 255) = 42.67%

R = 51.83%
G = 5.5%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C615A3 (or 0xC615A3) is known color: Medium Violet Red. HEX triplet: C6, 15 and A3. RGB value is (198,21,163). Sum of RGB (Red+Green+Blue) = 198+21+163=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C615A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615A3 is #39EA5C. Grayscale: #595959. Windows color (decimal): -3795549 or 10687942. OLE color: 10687942.

HSL color Cylindrical-coordinate representation of color #C615A3: hue angle of 311.86º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C615A3 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 163 -
CMYK 0 0.89 0.18 0.22
HSL 311.86º 0.81% 0.43% -
HSV(B) 311.86º 0.89% 0.78% -
XYZ 30.17 15.19 35.99 -
YUV 90.11 169.14 204.95 -
System Red Green Blue C M Y K H S L
Decimal 198 21 163 0 0.89 0.18 0.22 311.86 0.81 0.43
Hex C6 15 A3 0 59 12 16 138 51 2B
Octal 306 25 243 0 131 22 26 470 121 53
Binary 11000110 10101 10100011 0 1011001 10010 10110 100111000 1010001 101011

Color Harmonies of #C615A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615A3

Black with #C615A3

Text Example


Text Example

White with #C615A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615A3; }

 p { color: rgb(198,21,163); }

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

background-color css

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

 a { background-color: rgb(198,21,163); }

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

border-color css

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

 span { border-color: rgb(198,21,163); }

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