Html Css Color HEX #C3229F Medium Violet Red

📋 copy color: '#C3229F'

red 195 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #C3229F

Tints of Medium Violet Red #C3229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 50.26%
G = 8.76%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3229F (or 0xC3229F) is known color: Medium Violet Red. HEX triplet: C3, 22 and 9F. RGB value is (195,34,159). Sum of RGB (Red+Green+Blue) = 195+34+159=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3229F is #3CDD60. Grayscale: #606060. Windows color (decimal): -3988833 or 10429123. OLE color: 10429123.

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

Color convert

RGB 195 34 159 -
CMYK 0 0.83 0.18 0.24
HSL 313.42º 0.7% 0.45% -
HSV(B) 313.42º 0.83% 0.76% -
XYZ 29.34 15.25 34.2 -
YUV 96.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 195 34 159 0 0.83 0.18 0.24 313.42 0.7 0.45
Hex C3 22 9F 0 53 12 18 139 46 2D
Octal 303 42 237 0 123 22 30 471 106 55
Binary 11000011 100010 10011111 0 1010011 10010 11000 100111001 1000110 101101

Color Harmonies of #C3229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3229F

Black with #C3229F

Text Example


Text Example

White with #C3229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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