Html Css Color HEX #C22282 Medium Violet Red

📋 copy color: '#C22282'

red 194 ◦ green 34 ◦ blue 130

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

Shades of Medium Violet Red #C22282

Tints of Medium Violet Red #C22282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.5%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 54.19%
G = 9.5%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C22282 (or 0xC22282) is known color: Medium Violet Red. HEX triplet: C2, 22 and 82. RGB value is (194,34,130). Sum of RGB (Red+Green+Blue) = 194+34+130=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C22282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22282 is #3DDD7D. Grayscale: #5C5C5C. Windows color (decimal): -4054398 or 8528578. OLE color: 8528578.

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

Color convert

RGB 194 34 130 -
CMYK 0 0.82 0.33 0.24
HSL 324º 0.7% 0.45% -
HSV(B) 324º 0.82% 0.76% -
XYZ 26.85 14.23 22.45 -
YUV 92.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 194 34 130 0 0.82 0.33 0.24 324 0.7 0.45
Hex C2 22 82 0 52 21 18 144 46 2D
Octal 302 42 202 0 122 41 30 504 106 55
Binary 11000010 100010 10000010 0 1010010 100001 11000 101000100 1000110 101101

Color Harmonies of #C22282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22282

Black with #C22282

Text Example


Text Example

White with #C22282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22282; }

 p { color: rgb(194,34,130); }

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

background-color css

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

 a { background-color: rgb(194,34,130); }

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

border-color css

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

 span { border-color: rgb(194,34,130); }

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