Html Css Color HEX #C3219B Medium Violet Red

📋 copy color: '#C3219B'

red 195 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #C3219B

Tints of Medium Violet Red #C3219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 50.91%
G = 8.62%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3219B (or 0xC3219B) is known color: Medium Violet Red. HEX triplet: C3, 21 and 9B. RGB value is (195,33,155). Sum of RGB (Red+Green+Blue) = 195+33+155=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3219B is #3CDE64. Grayscale: #5F5F5F. Windows color (decimal): -3989093 or 10166723. OLE color: 10166723.

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

Color convert

RGB 195 33 155 -
CMYK 0 0.83 0.21 0.24
HSL 314.81º 0.71% 0.45% -
HSV(B) 314.81º 0.83% 0.76% -
XYZ 28.97 15.06 32.39 -
YUV 95.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 195 33 155 0 0.83 0.21 0.24 314.81 0.71 0.45
Hex C3 21 9B 0 53 15 18 13B 47 2D
Octal 303 41 233 0 123 25 30 473 107 55
Binary 11000011 100001 10011011 0 1010011 10101 11000 100111011 1000111 101101

Color Harmonies of #C3219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3219B

Black with #C3219B

Text Example


Text Example

White with #C3219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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