Html Css Color HEX #C228A5 Medium Red Violet

📋 copy color: '#C228A5'

red 194 ◦ green 40 ◦ blue 165

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

Shades of Medium Red Violet #C228A5

Tints of Medium Red Violet #C228A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 48.62%
G = 10.03%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C228A5 (or 0xC228A5) is known color: Medium Red Violet. HEX triplet: C2, 28 and A5. RGB value is (194,40,165). Sum of RGB (Red+Green+Blue) = 194+40+165=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C228A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C228A5 is #3DD75A. Grayscale: #636363. Windows color (decimal): -4052827 or 10823874. OLE color: 10823874.

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

Color convert

RGB 194 40 165 -
CMYK 0 0.79 0.15 0.24
HSL 311.3º 0.66% 0.46% -
HSV(B) 311.3º 0.79% 0.76% -
XYZ 29.8 15.7 37.06 -
YUV 100.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 194 40 165 0 0.79 0.15 0.24 311.3 0.66 0.46
Hex C2 28 A5 0 4F F 18 137 42 2E
Octal 302 50 245 0 117 17 30 467 102 56
Binary 11000010 101000 10100101 0 1001111 1111 11000 100110111 1000010 101110

Color Harmonies of #C228A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228A5

Black with #C228A5

Text Example


Text Example

White with #C228A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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