Html Css Color HEX #C20093 Medium Violet Red

📋 copy color: '#C20093'

red 194 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #C20093

Tints of Medium Violet Red #C20093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 56.89%
G = 0%
B = 43.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C20093 (or 0xC20093) is known color: Medium Violet Red. HEX triplet: C2, 00 and 93. RGB value is (194,0,147). Sum of RGB (Red+Green+Blue) = 194+0+147=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C20093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20093 is #3DFF6C. Grayscale: #4A4A4A. Windows color (decimal): -4063085 or 9633986. OLE color: 9633986.

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

Color convert

RGB 194 0 147 -
CMYK 0 1 0.24 0.24
HSL 314.54º 1% 0.38% -
HSV(B) 314.54º 1% 0.76% -
XYZ 27.51 13.58 28.77 -
YUV 74.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 194 0 147 0 1 0.24 0.24 314.54 1 0.38
Hex C2 0 93 0 64 18 18 13B 64 26
Octal 302 0 223 0 144 30 30 473 144 46
Binary 11000010 0 10010011 0 1100100 11000 11000 100111011 1100100 100110

Color Harmonies of #C20093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20093

Black with #C20093

Text Example


Text Example

White with #C20093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20093; }

 p { color: rgb(194,0,147); }

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

background-color css

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

 a { background-color: rgb(194,0,147); }

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

border-color css

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

 span { border-color: rgb(194,0,147); }

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