Html Css Color HEX #C3126D Medium Violet Red

📋 copy color: '#C3126D'

red 195 ◦ green 18 ◦ blue 109

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

Shades of Medium Violet Red #C3126D

Tints of Medium Violet Red #C3126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 60.56%
G = 5.59%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3126D (or 0xC3126D) is known color: Medium Violet Red. HEX triplet: C3, 12 and 6D. RGB value is (195,18,109). Sum of RGB (Red+Green+Blue) = 195+18+109=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3126D is #3CED92. Grayscale: #515151. Windows color (decimal): -3992979 or 7148227. OLE color: 7148227.

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

Color convert

RGB 195 18 109 -
CMYK 0 0.91 0.44 0.24
HSL 329.15º 0.83% 0.42% -
HSV(B) 329.15º 0.91% 0.76% -
XYZ 25.48 13.14 15.66 -
YUV 81.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 195 18 109 0 0.91 0.44 0.24 329.15 0.83 0.42
Hex C3 12 6D 0 5B 2C 18 149 53 2A
Octal 303 22 155 0 133 54 30 511 123 52
Binary 11000011 10010 1101101 0 1011011 101100 11000 101001001 1010011 101010

Color Harmonies of #C3126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3126D

Black with #C3126D

Text Example


Text Example

White with #C3126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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