Html Css Color HEX #C224A7 Medium Violet Red

📋 copy color: '#C224A7'

red 194 ◦ green 36 ◦ blue 167

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

Shades of Medium Violet Red #C224A7

Tints of Medium Violet Red #C224A7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 167 (65.63% from 255) = 42.07%

R = 48.87%
G = 9.07%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C224A7 (or 0xC224A7) is known color: Medium Violet Red. HEX triplet: C2, 24 and A7. RGB value is (194,36,167). Sum of RGB (Red+Green+Blue) = 194+36+167=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C224A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224A7 is #3DDB58. Grayscale: #616161. Windows color (decimal): -4053849 or 10953922. OLE color: 10953922.

HSL color Cylindrical-coordinate representation of color #C224A7: hue angle of 310.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C224A7 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 167 -
CMYK 0 0.81 0.14 0.24
HSL 310.25º 0.69% 0.45% -
HSV(B) 310.25º 0.81% 0.76% -
XYZ 29.85 15.52 37.98 -
YUV 98.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 194 36 167 0 0.81 0.14 0.24 310.25 0.69 0.45
Hex C2 24 A7 0 51 E 18 136 45 2D
Octal 302 44 247 0 121 16 30 466 105 55
Binary 11000010 100100 10100111 0 1010001 1110 11000 100110110 1000101 101101

Color Harmonies of #C224A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224A7

Black with #C224A7

Text Example


Text Example

White with #C224A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224A7; }

 p { color: rgb(194,36,167); }

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

background-color css

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

 a { background-color: rgb(194,36,167); }

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

border-color css

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

 span { border-color: rgb(194,36,167); }

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