Html Css Color HEX #C61272 Medium Violet Red

📋 copy color: '#C61272'

red 198 ◦ green 18 ◦ blue 114

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

Shades of Medium Violet Red #C61272

Tints of Medium Violet Red #C61272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 60%
G = 5.45%
B = 34.55%

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

#C61272 (or 0xC61272) is known color: Medium Violet Red. HEX triplet: C6, 12 and 72. RGB value is (198,18,114). Sum of RGB (Red+Green+Blue) = 198+18+114=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C61272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61272 is #39ED8D. Grayscale: #525252. Windows color (decimal): -3796366 or 7475910. OLE color: 7475910.

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

Color convert

RGB 198 18 114 -
CMYK 0 0.91 0.42 0.22
HSL 328º 0.83% 0.42% -
HSV(B) 328º 0.91% 0.78% -
XYZ 26.54 13.65 17.16 -
YUV 82.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 198 18 114 0 0.91 0.42 0.22 328 0.83 0.42
Hex C6 12 72 0 5B 2A 16 148 53 2A
Octal 306 22 162 0 133 52 26 510 123 52
Binary 11000110 10010 1110010 0 1011011 101010 10110 101001000 1010011 101010

Color Harmonies of #C61272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61272

Black with #C61272

Text Example


Text Example

White with #C61272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61272; }

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

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

background-color css

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

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

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

border-color css

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

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

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