Html Css Color HEX #C232AA Medium Red Violet

📋 copy color: '#C232AA'

red 194 ◦ green 50 ◦ blue 170

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

Shades of Medium Red Violet #C232AA

Tints of Medium Red Violet #C232AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.08%

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 46.86%
G = 12.08%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C232AA (or 0xC232AA) is known color: Medium Red Violet. HEX triplet: C2, 32 and AA. RGB value is (194,50,170). Sum of RGB (Red+Green+Blue) = 194+50+170=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C232AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232AA is #3DCD55. Grayscale: #6A6A6A. Windows color (decimal): -4050262 or 11154114. OLE color: 11154114.

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

Color convert

RGB 194 50 170 -
CMYK 0 0.74 0.12 0.24
HSL 310º 0.59% 0.48% -
HSV(B) 310º 0.74% 0.76% -
XYZ 30.64 16.65 39.63 -
YUV 106.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 194 50 170 0 0.74 0.12 0.24 310 0.59 0.48
Hex C2 32 AA 0 4A C 18 136 3B 30
Octal 302 62 252 0 112 14 30 466 73 60
Binary 11000010 110010 10101010 0 1001010 1100 11000 100110110 111011 110000

Color Harmonies of #C232AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232AA

Black with #C232AA

Text Example


Text Example

White with #C232AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232AA; }

 p { color: rgb(194,50,170); }

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

background-color css

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

 a { background-color: rgb(194,50,170); }

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

border-color css

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

 span { border-color: rgb(194,50,170); }

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