Html Css Color HEX #C20384 Medium Violet Red

📋 copy color: '#C20384'

red 194 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #C20384

Tints of Medium Violet Red #C20384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 58.97%
G = 0.91%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C20384 (or 0xC20384) is known color: Medium Violet Red. HEX triplet: C2, 03 and 84. RGB value is (194,3,132). Sum of RGB (Red+Green+Blue) = 194+3+132=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C20384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20384 is #3DFC7B. Grayscale: #4A4A4A. Windows color (decimal): -4062332 or 8651714. OLE color: 8651714.

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

Color convert

RGB 194 3 132 -
CMYK 0 0.98 0.32 0.24
HSL 319.48º 0.97% 0.39% -
HSV(B) 319.48º 0.98% 0.76% -
XYZ 26.45 13.2 22.98 -
YUV 74.82 160.28 213.01 -
System Red Green Blue C M Y K H S L
Decimal 194 3 132 0 0.98 0.32 0.24 319.48 0.97 0.39
Hex C2 3 84 0 62 20 18 13F 61 27
Octal 302 3 204 0 142 40 30 477 141 47
Binary 11000010 11 10000100 0 1100010 100000 11000 100111111 1100001 100111

Color Harmonies of #C20384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20384

Black with #C20384

Text Example


Text Example

White with #C20384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20384; }

 p { color: rgb(194,3,132); }

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

background-color css

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

 a { background-color: rgb(194,3,132); }

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

border-color css

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

 span { border-color: rgb(194,3,132); }

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