Html Css Color HEX #C227A5 Medium Red Violet

📋 copy color: '#C227A5'

red 194 ◦ green 39 ◦ blue 165

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

Shades of Medium Red Violet #C227A5

Tints of Medium Red Violet #C227A5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.8%

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

R = 48.74%
G = 9.8%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C227A5 (or 0xC227A5) is known color: Medium Red Violet. HEX triplet: C2, 27 and A5. RGB value is (194,39,165). Sum of RGB (Red+Green+Blue) = 194+39+165=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C227A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C227A5 is #3DD85A. Grayscale: #636363. Windows color (decimal): -4053083 or 10823618. OLE color: 10823618.

HSL color Cylindrical-coordinate representation of color #C227A5: hue angle of 311.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227A5 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 165 -
CMYK 0 0.80 0.15 0.24
HSL 311.23º 0.67% 0.46% -
HSV(B) 311.23º 0.8% 0.76% -
XYZ 29.77 15.64 37.05 -
YUV 99.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 194 39 165 0 0.80 0.15 0.24 311.23 0.67 0.46
Hex C2 27 A5 0 50 F 18 137 43 2E
Octal 302 47 245 0 120 17 30 467 103 56
Binary 11000010 100111 10100101 0 1010000 1111 11000 100110111 1000011 101110

Color Harmonies of #C227A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227A5

Black with #C227A5

Text Example


Text Example

White with #C227A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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