Html Css Color HEX #C2279A Medium Red Violet

📋 copy color: '#C2279A'

red 194 ◦ green 39 ◦ blue 154

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

Shades of Medium Red Violet #C2279A

Tints of Medium Red Violet #C2279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.08%

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 50.13%
G = 10.08%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2279A (or 0xC2279A) is known color: Medium Red Violet. HEX triplet: C2, 27 and 9A. RGB value is (194,39,154). Sum of RGB (Red+Green+Blue) = 194+39+154=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2279A is #3DD865. Grayscale: #626262. Windows color (decimal): -4053094 or 10102722. OLE color: 10102722.

HSL color Cylindrical-coordinate representation of color #C2279A: hue angle of 315.48º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2279A is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 154 -
CMYK 0 0.80 0.21 0.24
HSL 315.48º 0.67% 0.46% -
HSV(B) 315.48º 0.8% 0.76% -
XYZ 28.81 15.25 32 -
YUV 98.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 194 39 154 0 0.80 0.21 0.24 315.48 0.67 0.46
Hex C2 27 9A 0 50 15 18 13B 43 2E
Octal 302 47 232 0 120 25 30 473 103 56
Binary 11000010 100111 10011010 0 1010000 10101 11000 100111011 1000011 101110

Color Harmonies of #C2279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2279A

Black with #C2279A

Text Example


Text Example

White with #C2279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2279A; }

 p { color: rgb(194,39,154); }

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

background-color css

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

 a { background-color: rgb(194,39,154); }

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

border-color css

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

 span { border-color: rgb(194,39,154); }

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