Html Css Color HEX #C81675 Medium Violet Red

📋 copy color: '#C81675'

red 200 ◦ green 22 ◦ blue 117

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

Shades of Medium Violet Red #C81675

Tints of Medium Violet Red #C81675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 59%
G = 6.49%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81675 (or 0xC81675) is known color: Medium Violet Red. HEX triplet: C8, 16 and 75. RGB value is (200,22,117). Sum of RGB (Red+Green+Blue) = 200+22+117=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C81675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81675 is #37E98A. Grayscale: #555555. Windows color (decimal): -3664267 or 7673544. OLE color: 7673544.

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

Color convert

RGB 200 22 117 -
CMYK 0 0.89 0.42 0.22
HSL 327.98º 0.8% 0.44% -
HSV(B) 327.98º 0.89% 0.78% -
XYZ 27.32 14.14 18.12 -
YUV 86.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 200 22 117 0 0.89 0.42 0.22 327.98 0.8 0.44
Hex C8 16 75 0 59 2A 16 148 50 2C
Octal 310 26 165 0 131 52 26 510 120 54
Binary 11001000 10110 1110101 0 1011001 101010 10110 101001000 1010000 101100

Color Harmonies of #C81675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81675

Black with #C81675

Text Example


Text Example

White with #C81675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81675; }

 p { color: rgb(200,22,117); }

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

background-color css

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

 a { background-color: rgb(200,22,117); }

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

border-color css

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

 span { border-color: rgb(200,22,117); }

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