Html Css Color HEX #C3217B Medium Violet Red

📋 copy color: '#C3217B'

red 195 ◦ green 33 ◦ blue 123

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

Shades of Medium Violet Red #C3217B

Tints of Medium Violet Red #C3217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 55.56%
G = 9.4%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3217B (or 0xC3217B) is known color: Medium Violet Red. HEX triplet: C3, 21 and 7B. RGB value is (195,33,123). Sum of RGB (Red+Green+Blue) = 195+33+123=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3217B is #3CDE84. Grayscale: #5B5B5B. Windows color (decimal): -3989125 or 8069571. OLE color: 8069571.

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

Color convert

RGB 195 33 123 -
CMYK 0 0.83 0.37 0.24
HSL 326.67º 0.71% 0.45% -
HSV(B) 326.67º 0.83% 0.76% -
XYZ 26.62 14.12 20.06 -
YUV 91.7 145.67 201.68 -
System Red Green Blue C M Y K H S L
Decimal 195 33 123 0 0.83 0.37 0.24 326.67 0.71 0.45
Hex C3 21 7B 0 53 25 18 147 47 2D
Octal 303 41 173 0 123 45 30 507 107 55
Binary 11000011 100001 1111011 0 1010011 100101 11000 101000111 1000111 101101

Color Harmonies of #C3217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3217B

Black with #C3217B

Text Example


Text Example

White with #C3217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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