Html Css Color HEX #C22C83 Medium Red Violet

📋 copy color: '#C22C83'

red 194 ◦ green 44 ◦ blue 131

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

Shades of Medium Red Violet #C22C83

Tints of Medium Red Violet #C22C83

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 52.57%
G = 11.92%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C22C83 (or 0xC22C83) is known color: Medium Red Violet. HEX triplet: C2, 2C and 83. RGB value is (194,44,131). Sum of RGB (Red+Green+Blue) = 194+44+131=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22C83 is #3DD37C. Grayscale: #626262. Windows color (decimal): -4051837 or 8596674. OLE color: 8596674.

HSL color Cylindrical-coordinate representation of color #C22C83: hue angle of 325.2º degrees, saturation: 0.63, 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 #C22C83 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 44 131 -
CMYK 0 0.77 0.32 0.24
HSL 325.2º 0.63% 0.47% -
HSV(B) 325.2º 0.77% 0.76% -
XYZ 27.25 14.91 22.91 -
YUV 98.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 194 44 131 0 0.77 0.32 0.24 325.2 0.63 0.47
Hex C2 2C 83 0 4D 20 18 145 3F 2F
Octal 302 54 203 0 115 40 30 505 77 57
Binary 11000010 101100 10000011 0 1001101 100000 11000 101000101 111111 101111

Color Harmonies of #C22C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C83

Black with #C22C83

Text Example


Text Example

White with #C22C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C83; }

 p { color: rgb(194,44,131); }

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

background-color css

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

 a { background-color: rgb(194,44,131); }

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

border-color css

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

 span { border-color: rgb(194,44,131); }

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