Html Css Color HEX #C234A4 Medium Red Violet

📋 copy color: '#C234A4'

red 194 ◦ green 52 ◦ blue 164

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

Shades of Medium Red Violet #C234A4

Tints of Medium Red Violet #C234A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40%

R = 47.32%
G = 12.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C234A4 (or 0xC234A4) is known color: Medium Red Violet. HEX triplet: C2, 34 and A4. RGB value is (194,52,164). Sum of RGB (Red+Green+Blue) = 194+52+164=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C234A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C234A4 is #3DCB5B. Grayscale: #6A6A6A. Windows color (decimal): -4049756 or 10761410. OLE color: 10761410.

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

Color convert

RGB 194 52 164 -
CMYK 0 0.73 0.15 0.24
HSL 312.68º 0.58% 0.48% -
HSV(B) 312.68º 0.73% 0.76% -
XYZ 30.18 16.61 36.74 -
YUV 107.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 194 52 164 0 0.73 0.15 0.24 312.68 0.58 0.48
Hex C2 34 A4 0 49 F 18 139 3A 30
Octal 302 64 244 0 111 17 30 471 72 60
Binary 11000010 110100 10100100 0 1001001 1111 11000 100111001 111010 110000

Color Harmonies of #C234A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234A4

Black with #C234A4

Text Example


Text Example

White with #C234A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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