Html Css Color HEX #C22480 Medium Violet Red

📋 copy color: '#C22480'

red 194 ◦ green 36 ◦ blue 128

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

Shades of Medium Violet Red #C22480

Tints of Medium Violet Red #C22480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 54.19%
G = 10.06%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C22480 (or 0xC22480) is known color: Medium Violet Red. HEX triplet: C2, 24 and 80. RGB value is (194,36,128). Sum of RGB (Red+Green+Blue) = 194+36+128=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C22480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22480 is #3DDB7F. Grayscale: #5D5D5D. Windows color (decimal): -4053888 or 8398018. OLE color: 8398018.

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

Color convert

RGB 194 36 128 -
CMYK 0 0.81 0.34 0.24
HSL 325.06º 0.69% 0.45% -
HSV(B) 325.06º 0.81% 0.76% -
XYZ 26.78 14.29 21.77 -
YUV 93.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 194 36 128 0 0.81 0.34 0.24 325.06 0.69 0.45
Hex C2 24 80 0 51 22 18 145 45 2D
Octal 302 44 200 0 121 42 30 505 105 55
Binary 11000010 100100 10000000 0 1010001 100010 11000 101000101 1000101 101101

Color Harmonies of #C22480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22480

Black with #C22480

Text Example


Text Example

White with #C22480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22480; }

 p { color: rgb(194,36,128); }

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

background-color css

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

 a { background-color: rgb(194,36,128); }

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

border-color css

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

 span { border-color: rgb(194,36,128); }

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