Html Css Color HEX #C3218F Medium Violet Red

📋 copy color: '#C3218F'

red 195 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #C3218F

Tints of Medium Violet Red #C3218F

RGB

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

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

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

R = 52.56%
G = 8.89%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3218F (or 0xC3218F) is known color: Medium Violet Red. HEX triplet: C3, 21 and 8F. RGB value is (195,33,143). Sum of RGB (Red+Green+Blue) = 195+33+143=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3218F is #3CDE70. Grayscale: #5D5D5D. Windows color (decimal): -3989105 or 9380291. OLE color: 9380291.

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

Color convert

RGB 195 33 143 -
CMYK 0 0.83 0.27 0.24
HSL 319.26º 0.71% 0.45% -
HSV(B) 319.26º 0.83% 0.76% -
XYZ 28.01 14.67 27.34 -
YUV 93.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 195 33 143 0 0.83 0.27 0.24 319.26 0.71 0.45
Hex C3 21 8F 0 53 1B 18 13F 47 2D
Octal 303 41 217 0 123 33 30 477 107 55
Binary 11000011 100001 10001111 0 1010011 11011 11000 100111111 1000111 101101

Color Harmonies of #C3218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3218F

Black with #C3218F

Text Example


Text Example

White with #C3218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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