Html Css Color HEX #C61274 Medium Violet Red

📋 copy color: '#C61274'

red 198 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #C61274

Tints of Medium Violet Red #C61274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 59.64%
G = 5.42%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C61274 (or 0xC61274) is known color: Medium Violet Red. HEX triplet: C6, 12 and 74. RGB value is (198,18,116). Sum of RGB (Red+Green+Blue) = 198+18+116=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C61274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61274 is #39ED8B. Grayscale: #525252. Windows color (decimal): -3796364 or 7606982. OLE color: 7606982.

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

Color convert

RGB 198 18 116 -
CMYK 0 0.91 0.41 0.22
HSL 327.33º 0.83% 0.42% -
HSV(B) 327.33º 0.91% 0.78% -
XYZ 26.66 13.7 17.76 -
YUV 82.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 198 18 116 0 0.91 0.41 0.22 327.33 0.83 0.42
Hex C6 12 74 0 5B 29 16 147 53 2A
Octal 306 22 164 0 133 51 26 507 123 52
Binary 11000110 10010 1110100 0 1011011 101001 10110 101000111 1010011 101010

Color Harmonies of #C61274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61274

Black with #C61274

Text Example


Text Example

White with #C61274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61274; }

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

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

background-color css

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

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

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

border-color css

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

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

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