Html Css Color HEX #C22D93 Medium Red Violet

📋 copy color: '#C22D93'

red 194 ◦ green 45 ◦ blue 147

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

Shades of Medium Red Violet #C22D93

Tints of Medium Red Violet #C22D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 50.26%
G = 11.66%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C22D93 (or 0xC22D93) is known color: Medium Red Violet. HEX triplet: C2, 2D and 93. RGB value is (194,45,147). Sum of RGB (Red+Green+Blue) = 194+45+147=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22D93 is #3DD26C. Grayscale: #646464. Windows color (decimal): -4051565 or 9645506. OLE color: 9645506.

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

Color convert

RGB 194 45 147 -
CMYK 0 0.77 0.24 0.24
HSL 318.93º 0.62% 0.47% -
HSV(B) 318.93º 0.77% 0.76% -
XYZ 28.45 15.45 29.09 -
YUV 101.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 194 45 147 0 0.77 0.24 0.24 318.93 0.62 0.47
Hex C2 2D 93 0 4D 18 18 13F 3E 2F
Octal 302 55 223 0 115 30 30 477 76 57
Binary 11000010 101101 10010011 0 1001101 11000 11000 100111111 111110 101111

Color Harmonies of #C22D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D93

Black with #C22D93

Text Example


Text Example

White with #C22D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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