Html Css Color HEX #C2087D Medium Violet Red

📋 copy color: '#C2087D'

red 194 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #C2087D

Tints of Medium Violet Red #C2087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 59.33%
G = 2.45%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2087D (or 0xC2087D) is known color: Medium Violet Red. HEX triplet: C2, 08 and 7D. RGB value is (194,8,125). Sum of RGB (Red+Green+Blue) = 194+8+125=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2087D is #3DF782. Grayscale: #4C4C4C. Windows color (decimal): -4061059 or 8194242. OLE color: 8194242.

HSL color Cylindrical-coordinate representation of color #C2087D: hue angle of 322.26º 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 #C2087D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 125 -
CMYK 0 0.96 0.36 0.24
HSL 322.26º 0.92% 0.4% -
HSV(B) 322.26º 0.96% 0.76% -
XYZ 26.04 13.12 20.56 -
YUV 76.95 155.12 211.49 -
System Red Green Blue C M Y K H S L
Decimal 194 8 125 0 0.96 0.36 0.24 322.26 0.92 0.4
Hex C2 8 7D 0 60 24 18 142 5C 28
Octal 302 10 175 0 140 44 30 502 134 50
Binary 11000010 1000 1111101 0 1100000 100100 11000 101000010 1011100 101000

Color Harmonies of #C2087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2087D

Black with #C2087D

Text Example


Text Example

White with #C2087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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