Html Css Color HEX #C3096C Medium Violet Red

📋 copy color: '#C3096C'

red 195 ◦ green 9 ◦ blue 108

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

Shades of Medium Violet Red #C3096C

Tints of Medium Violet Red #C3096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 62.5%
G = 2.88%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3096C (or 0xC3096C) is known color: Medium Violet Red. HEX triplet: C3, 09 and 6C. RGB value is (195,9,108). Sum of RGB (Red+Green+Blue) = 195+9+108=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3096C is #3CF693. Grayscale: #4B4B4B. Windows color (decimal): -3995284 or 7080387. OLE color: 7080387.

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

Color convert

RGB 195 9 108 -
CMYK 0 0.95 0.45 0.24
HSL 328.06º 0.91% 0.4% -
HSV(B) 328.06º 0.95% 0.76% -
XYZ 25.31 12.88 15.34 -
YUV 75.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 195 9 108 0 0.95 0.45 0.24 328.06 0.91 0.4
Hex C3 9 6C 0 5F 2D 18 148 5B 28
Octal 303 11 154 0 137 55 30 510 133 50
Binary 11000011 1001 1101100 0 1011111 101101 11000 101001000 1011011 101000

Color Harmonies of #C3096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3096C

Black with #C3096C

Text Example


Text Example

White with #C3096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3096C; }

 p { color: rgb(195,9,108); }

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

background-color css

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

 a { background-color: rgb(195,9,108); }

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

border-color css

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

 span { border-color: rgb(195,9,108); }

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