Html Css Color HEX #C3249F Medium Violet Red

📋 copy color: '#C3249F'

red 195 ◦ green 36 ◦ blue 159

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

Shades of Medium Violet Red #C3249F

Tints of Medium Violet Red #C3249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.23%

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

R = 50%
G = 9.23%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3249F (or 0xC3249F) is known color: Medium Violet Red. HEX triplet: C3, 24 and 9F. RGB value is (195,36,159). Sum of RGB (Red+Green+Blue) = 195+36+159=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3249F is #3CDB60. Grayscale: #616161. Windows color (decimal): -3988321 or 10429635. OLE color: 10429635.

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

Color convert

RGB 195 36 159 -
CMYK 0 0.82 0.18 0.24
HSL 313.58º 0.69% 0.45% -
HSV(B) 313.58º 0.82% 0.76% -
XYZ 29.39 15.37 34.22 -
YUV 97.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 195 36 159 0 0.82 0.18 0.24 313.58 0.69 0.45
Hex C3 24 9F 0 52 12 18 13A 45 2D
Octal 303 44 237 0 122 22 30 472 105 55
Binary 11000011 100100 10011111 0 1010010 10010 11000 100111010 1000101 101101

Color Harmonies of #C3249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3249F

Black with #C3249F

Text Example


Text Example

White with #C3249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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