Html Css Color HEX #C61C98 Medium Violet Red

📋 copy color: '#C61C98'

red 198 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #C61C98

Tints of Medium Violet Red #C61C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 52.38%
G = 7.41%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C61C98 (or 0xC61C98) is known color: Medium Violet Red. HEX triplet: C6, 1C and 98. RGB value is (198,28,152). Sum of RGB (Red+Green+Blue) = 198+28+152=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C98 is #39E367. Grayscale: #5C5C5C. Windows color (decimal): -3793768 or 9968838. OLE color: 9968838.

HSL color Cylindrical-coordinate representation of color #C61C98: hue angle of 316.24º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C98 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 152 -
CMYK 0 0.86 0.23 0.22
HSL 316.24º 0.75% 0.44% -
HSV(B) 316.24º 0.86% 0.78% -
XYZ 29.37 15.1 31.07 -
YUV 92.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 198 28 152 0 0.86 0.23 0.22 316.24 0.75 0.44
Hex C6 1C 98 0 56 17 16 13C 4B 2C
Octal 306 34 230 0 126 27 26 474 113 54
Binary 11000110 11100 10011000 0 1010110 10111 10110 100111100 1001011 101100

Color Harmonies of #C61C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C98

Black with #C61C98

Text Example


Text Example

White with #C61C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C98; }

 p { color: rgb(198,28,152); }

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

background-color css

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

 a { background-color: rgb(198,28,152); }

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

border-color css

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

 span { border-color: rgb(198,28,152); }

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