Html Css Color HEX #C3248C Medium Violet Red

📋 copy color: '#C3248C'

red 195 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #C3248C

Tints of Medium Violet Red #C3248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 52.56%
G = 9.7%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3248C (or 0xC3248C) is known color: Medium Violet Red. HEX triplet: C3, 24 and 8C. RGB value is (195,36,140). Sum of RGB (Red+Green+Blue) = 195+36+140=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3248C is #3CDB73. Grayscale: #5F5F5F. Windows color (decimal): -3988340 or 9184451. OLE color: 9184451.

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

Color convert

RGB 195 36 140 -
CMYK 0 0.82 0.28 0.24
HSL 320.75º 0.69% 0.45% -
HSV(B) 320.75º 0.82% 0.76% -
XYZ 27.87 14.76 26.19 -
YUV 95.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 195 36 140 0 0.82 0.28 0.24 320.75 0.69 0.45
Hex C3 24 8C 0 52 1C 18 141 45 2D
Octal 303 44 214 0 122 34 30 501 105 55
Binary 11000011 100100 10001100 0 1010010 11100 11000 101000001 1000101 101101

Color Harmonies of #C3248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3248C

Black with #C3248C

Text Example


Text Example

White with #C3248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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