Html Css Color HEX #C3248D Medium Violet Red

📋 copy color: '#C3248D'

red 195 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #C3248D

Tints of Medium Violet Red #C3248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 52.42%
G = 9.68%
B = 37.9%

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

#C3248D (or 0xC3248D) is known color: Medium Violet Red. HEX triplet: C3, 24 and 8D. RGB value is (195,36,141). Sum of RGB (Red+Green+Blue) = 195+36+141=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3248D is #3CDB72. Grayscale: #5F5F5F. Windows color (decimal): -3988339 or 9249987. OLE color: 9249987.

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

Color convert

RGB 195 36 141 -
CMYK 0 0.82 0.28 0.24
HSL 320.38º 0.69% 0.45% -
HSV(B) 320.38º 0.82% 0.76% -
XYZ 27.94 14.79 26.58 -
YUV 95.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 195 36 141 0 0.82 0.28 0.24 320.38 0.69 0.45
Hex C3 24 8D 0 52 1C 18 140 45 2D
Octal 303 44 215 0 122 34 30 500 105 55
Binary 11000011 100100 10001101 0 1010010 11100 11000 101000000 1000101 101101

Color Harmonies of #C3248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3248D

Black with #C3248D

Text Example


Text Example

White with #C3248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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