Html Css Color HEX #C3268F Medium Red Violet

📋 copy color: '#C3268F'

red 195 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #C3268F

Tints of Medium Red Violet #C3268F

RGB

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

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

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

R = 51.86%
G = 10.11%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3268F (or 0xC3268F) is known color: Medium Red Violet. HEX triplet: C3, 26 and 8F. RGB value is (195,38,143). Sum of RGB (Red+Green+Blue) = 195+38+143=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3268F is #3CD970. Grayscale: #606060. Windows color (decimal): -3987825 or 9381571. OLE color: 9381571.

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

Color convert

RGB 195 38 143 -
CMYK 0 0.81 0.27 0.24
HSL 319.87º 0.67% 0.46% -
HSV(B) 319.87º 0.81% 0.76% -
XYZ 28.16 14.97 27.39 -
YUV 96.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 195 38 143 0 0.81 0.27 0.24 319.87 0.67 0.46
Hex C3 26 8F 0 51 1B 18 140 43 2E
Octal 303 46 217 0 121 33 30 500 103 56
Binary 11000011 100110 10001111 0 1010001 11011 11000 101000000 1000011 101110

Color Harmonies of #C3268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3268F

Black with #C3268F

Text Example


Text Example

White with #C3268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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