Html Css Color HEX #C3216F Medium Violet Red

📋 copy color: '#C3216F'

red 195 ◦ green 33 ◦ blue 111

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

Shades of Medium Violet Red #C3216F

Tints of Medium Violet Red #C3216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 57.52%
G = 9.73%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3216F (or 0xC3216F) is known color: Medium Violet Red. HEX triplet: C3, 21 and 6F. RGB value is (195,33,111). Sum of RGB (Red+Green+Blue) = 195+33+111=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3216F is #3CDE90. Grayscale: #5A5A5A. Windows color (decimal): -3989137 or 7283139. OLE color: 7283139.

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

Color convert

RGB 195 33 111 -
CMYK 0 0.83 0.43 0.24
HSL 331.11º 0.71% 0.45% -
HSV(B) 331.11º 0.83% 0.76% -
XYZ 25.92 13.84 16.34 -
YUV 90.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 195 33 111 0 0.83 0.43 0.24 331.11 0.71 0.45
Hex C3 21 6F 0 53 2B 18 14B 47 2D
Octal 303 41 157 0 123 53 30 513 107 55
Binary 11000011 100001 1101111 0 1010011 101011 11000 101001011 1000111 101101

Color Harmonies of #C3216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3216F

Black with #C3216F

Text Example


Text Example

White with #C3216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3216F; }

 p { color: rgb(195,33,111); }

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

background-color css

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

 a { background-color: rgb(195,33,111); }

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

border-color css

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

 span { border-color: rgb(195,33,111); }

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