Html Css Color HEX #C3276F Medium Red Violet

📋 copy color: '#C3276F'

red 195 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #C3276F

Tints of Medium Red Violet #C3276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.3%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 56.52%
G = 11.3%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3276F (or 0xC3276F) is known color: Medium Red Violet. HEX triplet: C3, 27 and 6F. RGB value is (195,39,111). Sum of RGB (Red+Green+Blue) = 195+39+111=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3276F is #3CD890. Grayscale: #5D5D5D. Windows color (decimal): -3987601 or 7284675. OLE color: 7284675.

HSL color Cylindrical-coordinate representation of color #C3276F: hue angle of 332.31º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3276F is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 111 -
CMYK 0 0.80 0.43 0.24
HSL 332.31º 0.67% 0.46% -
HSV(B) 332.31º 0.8% 0.76% -
XYZ 26.1 14.2 16.4 -
YUV 93.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 195 39 111 0 0.80 0.43 0.24 332.31 0.67 0.46
Hex C3 27 6F 0 50 2B 18 14C 43 2E
Octal 303 47 157 0 120 53 30 514 103 56
Binary 11000011 100111 1101111 0 1010000 101011 11000 101001100 1000011 101110

Color Harmonies of #C3276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3276F

Black with #C3276F

Text Example


Text Example

White with #C3276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3276F; }

 p { color: rgb(195,39,111); }

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

background-color css

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

 a { background-color: rgb(195,39,111); }

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

border-color css

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

 span { border-color: rgb(195,39,111); }

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