Html Css Color HEX #C61F7F Medium Violet Red

📋 copy color: '#C61F7F'

red 198 ◦ green 31 ◦ blue 127

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

Shades of Medium Violet Red #C61F7F

Tints of Medium Violet Red #C61F7F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 55.62%
G = 8.71%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C61F7F (or 0xC61F7F) is known color: Medium Violet Red. HEX triplet: C6, 1F and 7F. RGB value is (198,31,127). Sum of RGB (Red+Green+Blue) = 198+31+127=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F7F is #39E080. Grayscale: #5B5B5B. Windows color (decimal): -3793025 or 8331206. OLE color: 8331206.

HSL color Cylindrical-coordinate representation of color #C61F7F: hue angle of 325.51º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61F7F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 127 -
CMYK 0 0.84 0.36 0.22
HSL 325.51º 0.73% 0.45% -
HSV(B) 325.51º 0.84% 0.78% -
XYZ 27.61 14.52 21.43 -
YUV 91.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 198 31 127 0 0.84 0.36 0.22 325.51 0.73 0.45
Hex C6 1F 7F 0 54 24 16 146 49 2D
Octal 306 37 177 0 124 44 26 506 111 55
Binary 11000110 11111 1111111 0 1010100 100100 10110 101000110 1001001 101101

Color Harmonies of #C61F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F7F

Black with #C61F7F

Text Example


Text Example

White with #C61F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F7F; }

 p { color: rgb(198,31,127); }

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

background-color css

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

 a { background-color: rgb(198,31,127); }

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

border-color css

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

 span { border-color: rgb(198,31,127); }

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