Html Css Color HEX #C234A6 Medium Red Violet

📋 copy color: '#C234A6'

red 194 ◦ green 52 ◦ blue 166

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

Shades of Medium Red Violet #C234A6

Tints of Medium Red Violet #C234A6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.62%

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

R = 47.09%
G = 12.62%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C234A6 (or 0xC234A6) is known color: Medium Red Violet. HEX triplet: C2, 34 and A6. RGB value is (194,52,166). Sum of RGB (Red+Green+Blue) = 194+52+166=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C234A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C234A6 is #3DCB59. Grayscale: #6B6B6B. Windows color (decimal): -4049754 or 10892482. OLE color: 10892482.

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

Color convert

RGB 194 52 166 -
CMYK 0 0.73 0.14 0.24
HSL 311.83º 0.58% 0.48% -
HSV(B) 311.83º 0.73% 0.76% -
XYZ 30.36 16.68 37.7 -
YUV 107.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 194 52 166 0 0.73 0.14 0.24 311.83 0.58 0.48
Hex C2 34 A6 0 49 E 18 138 3A 30
Octal 302 64 246 0 111 16 30 470 72 60
Binary 11000010 110100 10100110 0 1001001 1110 11000 100111000 111010 110000

Color Harmonies of #C234A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234A6

Black with #C234A6

Text Example


Text Example

White with #C234A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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