Html Css Color HEX #C2087F Medium Violet Red

📋 copy color: '#C2087F'

red 194 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #C2087F

Tints of Medium Violet Red #C2087F

RGB

 RED value IS 194 (76.17% from 255) = 58.97%

 GREEN value IS 8 (3.52% from 255) = 2.43%

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

R = 58.97%
G = 2.43%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2087F (or 0xC2087F) is known color: Medium Violet Red. HEX triplet: C2, 08 and 7F. RGB value is (194,8,127). Sum of RGB (Red+Green+Blue) = 194+8+127=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2087F is #3DF780. Grayscale: #4C4C4C. Windows color (decimal): -4061057 or 8325314. OLE color: 8325314.

HSL color Cylindrical-coordinate representation of color #C2087F: hue angle of 321.61º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2087F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 127 -
CMYK 0 0.96 0.35 0.24
HSL 321.61º 0.92% 0.4% -
HSV(B) 321.61º 0.96% 0.76% -
XYZ 26.17 13.18 21.24 -
YUV 77.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 194 8 127 0 0.96 0.35 0.24 321.61 0.92 0.4
Hex C2 8 7F 0 60 23 18 142 5C 28
Octal 302 10 177 0 140 43 30 502 134 50
Binary 11000010 1000 1111111 0 1100000 100011 11000 101000010 1011100 101000

Color Harmonies of #C2087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2087F

Black with #C2087F

Text Example


Text Example

White with #C2087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2087F; }

 p { color: rgb(194,8,127); }

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

background-color css

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

 a { background-color: rgb(194,8,127); }

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

border-color css

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

 span { border-color: rgb(194,8,127); }

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