Html Css Color HEX #C228A8 Medium Red Violet

📋 copy color: '#C228A8'

red 194 ◦ green 40 ◦ blue 168

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

Shades of Medium Red Violet #C228A8

Tints of Medium Red Violet #C228A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.79%

R = 48.26%
G = 9.95%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C228A8 (or 0xC228A8) is known color: Medium Red Violet. HEX triplet: C2, 28 and A8. RGB value is (194,40,168). Sum of RGB (Red+Green+Blue) = 194+40+168=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C228A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C228A8 is #3DD757. Grayscale: #646464. Windows color (decimal): -4052824 or 11020482. OLE color: 11020482.

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

Color convert

RGB 194 40 168 -
CMYK 0 0.79 0.13 0.24
HSL 310.13º 0.66% 0.46% -
HSV(B) 310.13º 0.79% 0.76% -
XYZ 30.07 15.81 38.51 -
YUV 100.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 194 40 168 0 0.79 0.13 0.24 310.13 0.66 0.46
Hex C2 28 A8 0 4F D 18 136 42 2E
Octal 302 50 250 0 117 15 30 466 102 56
Binary 11000010 101000 10101000 0 1001111 1101 11000 100110110 1000010 101110

Color Harmonies of #C228A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228A8

Black with #C228A8

Text Example


Text Example

White with #C228A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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