Html Css Color HEX #C61281 Medium Violet Red

📋 copy color: '#C61281'

red 198 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #C61281

Tints of Medium Violet Red #C61281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 57.39%
G = 5.22%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61281 (or 0xC61281) is known color: Medium Violet Red. HEX triplet: C6, 12 and 81. RGB value is (198,18,129). Sum of RGB (Red+Green+Blue) = 198+18+129=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C61281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61281 is #39ED7E. Grayscale: #545454. Windows color (decimal): -3796351 or 8458950. OLE color: 8458950.

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

Color convert

RGB 198 18 129 -
CMYK 0 0.91 0.35 0.22
HSL 323º 0.83% 0.42% -
HSV(B) 323º 0.91% 0.78% -
XYZ 27.47 14.02 22.03 -
YUV 84.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 198 18 129 0 0.91 0.35 0.22 323 0.83 0.42
Hex C6 12 81 0 5B 23 16 143 53 2A
Octal 306 22 201 0 133 43 26 503 123 52
Binary 11000110 10010 10000001 0 1011011 100011 10110 101000011 1010011 101010

Color Harmonies of #C61281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61281

Black with #C61281

Text Example


Text Example

White with #C61281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61281; }

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

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

background-color css

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

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

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

border-color css

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

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

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