Html Css Color HEX #C225A6 Medium Violet Red

📋 copy color: '#C225A6'

red 194 ◦ green 37 ◦ blue 166

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

Shades of Medium Violet Red #C225A6

Tints of Medium Violet Red #C225A6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 48.87%
G = 9.32%
B = 41.81%

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

#C225A6 (or 0xC225A6) is known color: Medium Violet Red. HEX triplet: C2, 25 and A6. RGB value is (194,37,166). Sum of RGB (Red+Green+Blue) = 194+37+166=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C225A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225A6 is #3DDA59. Grayscale: #626262. Windows color (decimal): -4053594 or 10888642. OLE color: 10888642.

HSL color Cylindrical-coordinate representation of color #C225A6: hue angle of 310.7º degrees, saturation: 0.68, 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 #C225A6 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 166 -
CMYK 0 0.81 0.14 0.24
HSL 310.7º 0.68% 0.45% -
HSV(B) 310.7º 0.81% 0.76% -
XYZ 29.79 15.55 37.51 -
YUV 98.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 194 37 166 0 0.81 0.14 0.24 310.7 0.68 0.45
Hex C2 25 A6 0 51 E 18 137 44 2D
Octal 302 45 246 0 121 16 30 467 104 55
Binary 11000010 100101 10100110 0 1010001 1110 11000 100110111 1000100 101101

Color Harmonies of #C225A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225A6

Black with #C225A6

Text Example


Text Example

White with #C225A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225A6; }

 p { color: rgb(194,37,166); }

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

background-color css

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

 a { background-color: rgb(194,37,166); }

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

border-color css

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

 span { border-color: rgb(194,37,166); }

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