Html Css Color HEX #C3207B Medium Violet Red

📋 copy color: '#C3207B'

red 195 ◦ green 32 ◦ blue 123

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

Shades of Medium Violet Red #C3207B

Tints of Medium Violet Red #C3207B

RGB

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

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

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

R = 55.71%
G = 9.14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3207B (or 0xC3207B) is known color: Medium Violet Red. HEX triplet: C3, 20 and 7B. RGB value is (195,32,123). Sum of RGB (Red+Green+Blue) = 195+32+123=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C3207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3207B is #3CDF84. Grayscale: #5A5A5A. Windows color (decimal): -3989381 or 8069315. OLE color: 8069315.

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

Color convert

RGB 195 32 123 -
CMYK 0 0.84 0.37 0.24
HSL 326.5º 0.72% 0.45% -
HSV(B) 326.5º 0.84% 0.76% -
XYZ 26.6 14.07 20.05 -
YUV 91.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 195 32 123 0 0.84 0.37 0.24 326.5 0.72 0.45
Hex C3 20 7B 0 54 25 18 147 48 2D
Octal 303 40 173 0 124 45 30 507 110 55
Binary 11000011 100000 1111011 0 1010100 100101 11000 101000111 1001000 101101

Color Harmonies of #C3207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3207B

Black with #C3207B

Text Example


Text Example

White with #C3207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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