Html Css Color HEX #C3288C Medium Red Violet

📋 copy color: '#C3288C'

red 195 ◦ green 40 ◦ blue 140

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

Shades of Medium Red Violet #C3288C

Tints of Medium Red Violet #C3288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

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

R = 52%
G = 10.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3288C (or 0xC3288C) is known color: Medium Red Violet. HEX triplet: C3, 28 and 8C. RGB value is (195,40,140). Sum of RGB (Red+Green+Blue) = 195+40+140=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3288C is #3CD773. Grayscale: #616161. Windows color (decimal): -3987316 or 9185475. OLE color: 9185475.

HSL color Cylindrical-coordinate representation of color #C3288C: hue angle of 321.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3288C is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 140 -
CMYK 0 0.79 0.28 0.24
HSL 321.29º 0.66% 0.46% -
HSV(B) 321.29º 0.79% 0.76% -
XYZ 28 15.01 26.23 -
YUV 97.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 195 40 140 0 0.79 0.28 0.24 321.29 0.66 0.46
Hex C3 28 8C 0 4F 1C 18 141 42 2E
Octal 303 50 214 0 117 34 30 501 102 56
Binary 11000011 101000 10001100 0 1001111 11100 11000 101000001 1000010 101110

Color Harmonies of #C3288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3288C

Black with #C3288C

Text Example


Text Example

White with #C3288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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