Html Css Color HEX #C3207C Medium Violet Red

📋 copy color: '#C3207C'

red 195 ◦ green 32 ◦ blue 124

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

Shades of Medium Violet Red #C3207C

Tints of Medium Violet Red #C3207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 55.56%
G = 9.12%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3207C (or 0xC3207C) is known color: Medium Violet Red. HEX triplet: C3, 20 and 7C. RGB value is (195,32,124). Sum of RGB (Red+Green+Blue) = 195+32+124=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3207C is #3CDF83. Grayscale: #5B5B5B. Windows color (decimal): -3989380 or 8134851. OLE color: 8134851.

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

Color convert

RGB 195 32 124 -
CMYK 0 0.84 0.36 0.24
HSL 326.14º 0.72% 0.45% -
HSV(B) 326.14º 0.84% 0.76% -
XYZ 26.66 14.09 20.38 -
YUV 91.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 195 32 124 0 0.84 0.36 0.24 326.14 0.72 0.45
Hex C3 20 7C 0 54 24 18 146 48 2D
Octal 303 40 174 0 124 44 30 506 110 55
Binary 11000011 100000 1111100 0 1010100 100100 11000 101000110 1001000 101101

Color Harmonies of #C3207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3207C

Black with #C3207C

Text Example


Text Example

White with #C3207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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