Html Css Color HEX #C22CA1 Medium Red Violet

📋 copy color: '#C22CA1'

red 194 ◦ green 44 ◦ blue 161

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

Shades of Medium Red Violet #C22CA1

Tints of Medium Red Violet #C22CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 48.62%
G = 11.03%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C22CA1 (or 0xC22CA1) is known color: Medium Red Violet. HEX triplet: C2, 2C and A1. RGB value is (194,44,161). Sum of RGB (Red+Green+Blue) = 194+44+161=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22CA1 is #3DD35E. Grayscale: #656565. Windows color (decimal): -4051807 or 10562754. OLE color: 10562754.

HSL color Cylindrical-coordinate representation of color #C22CA1: hue angle of 313.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 #C22CA1 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 44 161 -
CMYK 0 0.77 0.17 0.24
HSL 313.2º 0.63% 0.47% -
HSV(B) 313.2º 0.77% 0.76% -
XYZ 29.58 15.84 35.22 -
YUV 102.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 194 44 161 0 0.77 0.17 0.24 313.2 0.63 0.47
Hex C2 2C A1 0 4D 11 18 139 3F 2F
Octal 302 54 241 0 115 21 30 471 77 57
Binary 11000010 101100 10100001 0 1001101 10001 11000 100111001 111111 101111

Color Harmonies of #C22CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CA1

Black with #C22CA1

Text Example


Text Example

White with #C22CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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