Html Css Color HEX #C3129F Medium Violet Red

📋 copy color: '#C3129F'

red 195 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #C3129F

Tints of Medium Violet Red #C3129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.84%

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

R = 52.42%
G = 4.84%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3129F (or 0xC3129F) is known color: Medium Violet Red. HEX triplet: C3, 12 and 9F. RGB value is (195,18,159). Sum of RGB (Red+Green+Blue) = 195+18+159=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3129F is #3CED60. Grayscale: #565656. Windows color (decimal): -3992929 or 10425027. OLE color: 10425027.

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

Color convert

RGB 195 18 159 -
CMYK 0 0.91 0.18 0.24
HSL 312.2º 0.83% 0.42% -
HSV(B) 312.2º 0.91% 0.76% -
XYZ 28.98 14.54 34.08 -
YUV 87 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 195 18 159 0 0.91 0.18 0.24 312.2 0.83 0.42
Hex C3 12 9F 0 5B 12 18 138 53 2A
Octal 303 22 237 0 133 22 30 470 123 52
Binary 11000011 10010 10011111 0 1011011 10010 11000 100111000 1010011 101010

Color Harmonies of #C3129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3129F

Black with #C3129F

Text Example


Text Example

White with #C3129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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