Html Css Color HEX #C3208C Medium Violet Red

📋 copy color: '#C3208C'

red 195 ◦ green 32 ◦ blue 140

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

Shades of Medium Violet Red #C3208C

Tints of Medium Violet Red #C3208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 53.13%
G = 8.72%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3208C (or 0xC3208C) is known color: Medium Violet Red. HEX triplet: C3, 20 and 8C. RGB value is (195,32,140). Sum of RGB (Red+Green+Blue) = 195+32+140=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3208C is #3CDF73. Grayscale: #5C5C5C. Windows color (decimal): -3989364 or 9183427. OLE color: 9183427.

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

Color convert

RGB 195 32 140 -
CMYK 0 0.84 0.28 0.24
HSL 320.25º 0.72% 0.45% -
HSV(B) 320.25º 0.84% 0.76% -
XYZ 27.76 14.53 26.15 -
YUV 93.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 195 32 140 0 0.84 0.28 0.24 320.25 0.72 0.45
Hex C3 20 8C 0 54 1C 18 140 48 2D
Octal 303 40 214 0 124 34 30 500 110 55
Binary 11000011 100000 10001100 0 1010100 11100 11000 101000000 1001000 101101

Color Harmonies of #C3208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3208C

Black with #C3208C

Text Example


Text Example

White with #C3208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3208C; }

 p { color: rgb(195,32,140); }

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

background-color css

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

 a { background-color: rgb(195,32,140); }

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

border-color css

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

 span { border-color: rgb(195,32,140); }

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