Html Css Color HEX #C3229C Medium Violet Red

📋 copy color: '#C3229C'

red 195 ◦ green 34 ◦ blue 156

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

Shades of Medium Violet Red #C3229C

Tints of Medium Violet Red #C3229C

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

 GREEN value IS 34 (13.67% from 255) = 8.83%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 50.65%
G = 8.83%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C3229C (or 0xC3229C) is known color: Medium Violet Red. HEX triplet: C3, 22 and 9C. RGB value is (195,34,156). Sum of RGB (Red+Green+Blue) = 195+34+156=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3229C is #3CDD63. Grayscale: #5F5F5F. Windows color (decimal): -3988836 or 10232515. OLE color: 10232515.

HSL color Cylindrical-coordinate representation of color #C3229C: hue angle of 314.53º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3229C is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 156 -
CMYK 0 0.83 0.20 0.24
HSL 314.53º 0.7% 0.45% -
HSV(B) 314.53º 0.83% 0.76% -
XYZ 29.08 15.15 32.84 -
YUV 96.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 195 34 156 0 0.83 0.20 0.24 314.53 0.7 0.45
Hex C3 22 9C 0 53 14 18 13B 46 2D
Octal 303 42 234 0 123 24 30 473 106 55
Binary 11000011 100010 10011100 0 1010011 10100 11000 100111011 1000110 101101

Color Harmonies of #C3229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3229C

Black with #C3229C

Text Example


Text Example

White with #C3229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3229C; }

 p { color: rgb(195,34,156); }

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

background-color css

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

 a { background-color: rgb(195,34,156); }

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

border-color css

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

 span { border-color: rgb(195,34,156); }

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