Html Css Color HEX #C3266D Medium Red Violet

📋 copy color: '#C3266D'

red 195 ◦ green 38 ◦ blue 109

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

Shades of Medium Red Violet #C3266D

Tints of Medium Red Violet #C3266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 57.02%
G = 11.11%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3266D (or 0xC3266D) is known color: Medium Red Violet. HEX triplet: C3, 26 and 6D. RGB value is (195,38,109). Sum of RGB (Red+Green+Blue) = 195+38+109=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3266D is #3CD992. Grayscale: #5C5C5C. Windows color (decimal): -3987859 or 7153347. OLE color: 7153347.

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

Color convert

RGB 195 38 109 -
CMYK 0 0.81 0.44 0.24
HSL 332.87º 0.67% 0.46% -
HSV(B) 332.87º 0.81% 0.76% -
XYZ 25.96 14.09 15.82 -
YUV 93.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 195 38 109 0 0.81 0.44 0.24 332.87 0.67 0.46
Hex C3 26 6D 0 51 2C 18 14D 43 2E
Octal 303 46 155 0 121 54 30 515 103 56
Binary 11000011 100110 1101101 0 1010001 101100 11000 101001101 1000011 101110

Color Harmonies of #C3266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3266D

Black with #C3266D

Text Example


Text Example

White with #C3266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3266D; }

 p { color: rgb(195,38,109); }

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

background-color css

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

 a { background-color: rgb(195,38,109); }

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

border-color css

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

 span { border-color: rgb(195,38,109); }

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