Html Css Color HEX #C22D82 Medium Red Violet

📋 copy color: '#C22D82'

red 194 ◦ green 45 ◦ blue 130

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

Shades of Medium Red Violet #C22D82

Tints of Medium Red Violet #C22D82

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

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

R = 52.57%
G = 12.2%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C22D82 (or 0xC22D82) is known color: Medium Red Violet. HEX triplet: C2, 2D and 82. RGB value is (194,45,130). Sum of RGB (Red+Green+Blue) = 194+45+130=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22D82 is #3DD27D. Grayscale: #636363. Windows color (decimal): -4051582 or 8531394. OLE color: 8531394.

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

Color convert

RGB 194 45 130 -
CMYK 0 0.77 0.33 0.24
HSL 325.77º 0.62% 0.47% -
HSV(B) 325.77º 0.77% 0.76% -
XYZ 27.22 14.96 22.57 -
YUV 99.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 194 45 130 0 0.77 0.33 0.24 325.77 0.62 0.47
Hex C2 2D 82 0 4D 21 18 146 3E 2F
Octal 302 55 202 0 115 41 30 506 76 57
Binary 11000010 101101 10000010 0 1001101 100001 11000 101000110 111110 101111

Color Harmonies of #C22D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D82

Black with #C22D82

Text Example


Text Example

White with #C22D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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