Html Css Color HEX #C3288F Medium Red Violet

📋 copy color: '#C3288F'

red 195 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #C3288F

Tints of Medium Red Violet #C3288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 51.59%
G = 10.58%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3288F (or 0xC3288F) is known color: Medium Red Violet. HEX triplet: C3, 28 and 8F. RGB value is (195,40,143). Sum of RGB (Red+Green+Blue) = 195+40+143=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3288F is #3CD770. Grayscale: #616161. Windows color (decimal): -3987313 or 9382083. OLE color: 9382083.

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

Color convert

RGB 195 40 143 -
CMYK 0 0.79 0.27 0.24
HSL 320.13º 0.66% 0.46% -
HSV(B) 320.13º 0.79% 0.76% -
XYZ 28.22 15.1 27.41 -
YUV 98.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 195 40 143 0 0.79 0.27 0.24 320.13 0.66 0.46
Hex C3 28 8F 0 4F 1B 18 140 42 2E
Octal 303 50 217 0 117 33 30 500 102 56
Binary 11000011 101000 10001111 0 1001111 11011 11000 101000000 1000010 101110

Color Harmonies of #C3288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3288F

Black with #C3288F

Text Example


Text Example

White with #C3288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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