Html Css Color HEX #C61885 Medium Violet Red

📋 copy color: '#C61885'

red 198 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #C61885

Tints of Medium Violet Red #C61885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 55.77%
G = 6.76%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C61885 (or 0xC61885) is known color: Medium Violet Red. HEX triplet: C6, 18 and 85. RGB value is (198,24,133). Sum of RGB (Red+Green+Blue) = 198+24+133=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C61885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61885 is #39E77A. Grayscale: #585858. Windows color (decimal): -3794811 or 8722630. OLE color: 8722630.

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

Color convert

RGB 198 24 133 -
CMYK 0 0.88 0.33 0.22
HSL 322.41º 0.78% 0.44% -
HSV(B) 322.41º 0.88% 0.78% -
XYZ 27.85 14.35 23.49 -
YUV 88.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 198 24 133 0 0.88 0.33 0.22 322.41 0.78 0.44
Hex C6 18 85 0 58 21 16 142 4E 2C
Octal 306 30 205 0 130 41 26 502 116 54
Binary 11000110 11000 10000101 0 1011000 100001 10110 101000010 1001110 101100

Color Harmonies of #C61885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61885

Black with #C61885

Text Example


Text Example

White with #C61885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61885; }

 p { color: rgb(198,24,133); }

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

background-color css

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

 a { background-color: rgb(198,24,133); }

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

border-color css

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

 span { border-color: rgb(198,24,133); }

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