Html Css Color HEX #C22B7E Medium Red Violet

📋 copy color: '#C22B7E'

red 194 ◦ green 43 ◦ blue 126

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

Shades of Medium Red Violet #C22B7E

Tints of Medium Red Violet #C22B7E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 53.44%
G = 11.85%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C22B7E (or 0xC22B7E) is known color: Medium Red Violet. HEX triplet: C2, 2B and 7E. RGB value is (194,43,126). Sum of RGB (Red+Green+Blue) = 194+43+126=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B7E is #3DD481. Grayscale: #616161. Windows color (decimal): -4052098 or 8268738. OLE color: 8268738.

HSL color Cylindrical-coordinate representation of color #C22B7E: hue angle of 327.02º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B7E is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 43 126 -
CMYK 0 0.78 0.35 0.24
HSL 327.02º 0.64% 0.46% -
HSV(B) 327.02º 0.78% 0.76% -
XYZ 26.88 14.7 21.16 -
YUV 97.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 194 43 126 0 0.78 0.35 0.24 327.02 0.64 0.46
Hex C2 2B 7E 0 4E 23 18 147 40 2E
Octal 302 53 176 0 116 43 30 507 100 56
Binary 11000010 101011 1111110 0 1001110 100011 11000 101000111 1000000 101110

Color Harmonies of #C22B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22B7E

Black with #C22B7E

Text Example


Text Example

White with #C22B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22B7E; }

 p { color: rgb(194,43,126); }

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

background-color css

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

 a { background-color: rgb(194,43,126); }

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

border-color css

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

 span { border-color: rgb(194,43,126); }

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