Html Css Color HEX #C61273 Medium Violet Red

📋 copy color: '#C61273'

red 198 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #C61273

Tints of Medium Violet Red #C61273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 59.82%
G = 5.44%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C61273 (or 0xC61273) is known color: Medium Violet Red. HEX triplet: C6, 12 and 73. RGB value is (198,18,115). Sum of RGB (Red+Green+Blue) = 198+18+115=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C61273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61273 is #39ED8C. Grayscale: #525252. Windows color (decimal): -3796365 or 7541446. OLE color: 7541446.

HSL color Cylindrical-coordinate representation of color #C61273: hue angle of 327.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61273 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 115 -
CMYK 0 0.91 0.42 0.22
HSL 327.67º 0.83% 0.42% -
HSV(B) 327.67º 0.91% 0.78% -
XYZ 26.6 13.68 17.46 -
YUV 82.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 198 18 115 0 0.91 0.42 0.22 327.67 0.83 0.42
Hex C6 12 73 0 5B 2A 16 148 53 2A
Octal 306 22 163 0 133 52 26 510 123 52
Binary 11000110 10010 1110011 0 1011011 101010 10110 101001000 1010011 101010

Color Harmonies of #C61273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61273

Black with #C61273

Text Example


Text Example

White with #C61273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61273; }

 p { color: rgb(198,18,115); }

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

background-color css

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

 a { background-color: rgb(198,18,115); }

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

border-color css

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

 span { border-color: rgb(198,18,115); }

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