Html Css Color HEX #C81874 Medium Violet Red

📋 copy color: '#C81874'

red 200 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #C81874

Tints of Medium Violet Red #C81874

RGB

 RED value IS 200 (78.52% from 255) = 58.82%

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 58.82%
G = 7.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81874 (or 0xC81874) is known color: Medium Violet Red. HEX triplet: C8, 18 and 74. RGB value is (200,24,116). Sum of RGB (Red+Green+Blue) = 200+24+116=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C81874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81874 is #37E78B. Grayscale: #565656. Windows color (decimal): -3663756 or 7608520. OLE color: 7608520.

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

Color convert

RGB 200 24 116 -
CMYK 0 0.88 0.42 0.22
HSL 328.64º 0.79% 0.44% -
HSV(B) 328.64º 0.88% 0.78% -
XYZ 27.3 14.19 17.82 -
YUV 87.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 200 24 116 0 0.88 0.42 0.22 328.64 0.79 0.44
Hex C8 18 74 0 58 2A 16 149 4F 2C
Octal 310 30 164 0 130 52 26 511 117 54
Binary 11001000 11000 1110100 0 1011000 101010 10110 101001001 1001111 101100

Color Harmonies of #C81874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81874

Black with #C81874

Text Example


Text Example

White with #C81874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81874; }

 p { color: rgb(200,24,116); }

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

background-color css

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

 a { background-color: rgb(200,24,116); }

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

border-color css

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

 span { border-color: rgb(200,24,116); }

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