Html Css Color HEX #C61278 Medium Violet Red

📋 copy color: '#C61278'

red 198 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #C61278

Tints of Medium Violet Red #C61278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 58.93%
G = 5.36%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C61278 (or 0xC61278) is known color: Medium Violet Red. HEX triplet: C6, 12 and 78. RGB value is (198,18,120). Sum of RGB (Red+Green+Blue) = 198+18+120=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C61278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61278 is #39ED87. Grayscale: #535353. Windows color (decimal): -3796360 or 7869126. OLE color: 7869126.

HSL color Cylindrical-coordinate representation of color #C61278: hue angle of 326º 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 #C61278 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 120 -
CMYK 0 0.91 0.39 0.22
HSL 326º 0.83% 0.42% -
HSV(B) 326º 0.91% 0.78% -
XYZ 26.9 13.79 19.01 -
YUV 83.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 198 18 120 0 0.91 0.39 0.22 326 0.83 0.42
Hex C6 12 78 0 5B 27 16 146 53 2A
Octal 306 22 170 0 133 47 26 506 123 52
Binary 11000110 10010 1111000 0 1011011 100111 10110 101000110 1010011 101010

Color Harmonies of #C61278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61278

Black with #C61278

Text Example


Text Example

White with #C61278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61278; }

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

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

background-color css

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

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

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

border-color css

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

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

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