Html Css Color HEX #C22885 Medium Red Violet

📋 copy color: '#C22885'

red 194 ◦ green 40 ◦ blue 133

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

Shades of Medium Red Violet #C22885

Tints of Medium Red Violet #C22885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 52.86%
G = 10.9%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C22885 (or 0xC22885) is known color: Medium Red Violet. HEX triplet: C2, 28 and 85. RGB value is (194,40,133). Sum of RGB (Red+Green+Blue) = 194+40+133=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C22885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22885 is #3DD77A. Grayscale: #606060. Windows color (decimal): -4052859 or 8726722. OLE color: 8726722.

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

Color convert

RGB 194 40 133 -
CMYK 0 0.79 0.31 0.24
HSL 323.77º 0.66% 0.46% -
HSV(B) 323.77º 0.79% 0.76% -
XYZ 27.24 14.68 23.59 -
YUV 96.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 194 40 133 0 0.79 0.31 0.24 323.77 0.66 0.46
Hex C2 28 85 0 4F 1F 18 144 42 2E
Octal 302 50 205 0 117 37 30 504 102 56
Binary 11000010 101000 10000101 0 1001111 11111 11000 101000100 1000010 101110

Color Harmonies of #C22885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22885

Black with #C22885

Text Example


Text Example

White with #C22885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22885; }

 p { color: rgb(194,40,133); }

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

background-color css

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

 a { background-color: rgb(194,40,133); }

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

border-color css

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

 span { border-color: rgb(194,40,133); }

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