Html Css Color HEX #C3268B Medium Red Violet

📋 copy color: '#C3268B'

red 195 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #C3268B

Tints of Medium Red Violet #C3268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 52.42%
G = 10.22%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3268B (or 0xC3268B) is known color: Medium Red Violet. HEX triplet: C3, 26 and 8B. RGB value is (195,38,139). Sum of RGB (Red+Green+Blue) = 195+38+139=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3268B is #3CD974. Grayscale: #606060. Windows color (decimal): -3987829 or 9119427. OLE color: 9119427.

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

Color convert

RGB 195 38 139 -
CMYK 0 0.81 0.29 0.24
HSL 321.4º 0.67% 0.46% -
HSV(B) 321.4º 0.81% 0.76% -
XYZ 27.86 14.85 25.82 -
YUV 96.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 195 38 139 0 0.81 0.29 0.24 321.4 0.67 0.46
Hex C3 26 8B 0 51 1D 18 141 43 2E
Octal 303 46 213 0 121 35 30 501 103 56
Binary 11000011 100110 10001011 0 1010001 11101 11000 101000001 1000011 101110

Color Harmonies of #C3268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3268B

Black with #C3268B

Text Example


Text Example

White with #C3268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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