Html Css Color HEX #C3207F Medium Violet Red

📋 copy color: '#C3207F'

red 195 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #C3207F

Tints of Medium Violet Red #C3207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 55.08%
G = 9.04%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3207F (or 0xC3207F) is known color: Medium Violet Red. HEX triplet: C3, 20 and 7F. RGB value is (195,32,127). Sum of RGB (Red+Green+Blue) = 195+32+127=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3207F is #3CDF80. Grayscale: #5B5B5B. Windows color (decimal): -3989377 or 8331459. OLE color: 8331459.

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

Color convert

RGB 195 32 127 -
CMYK 0 0.84 0.35 0.24
HSL 325.03º 0.72% 0.45% -
HSV(B) 325.03º 0.84% 0.76% -
XYZ 26.85 14.17 21.4 -
YUV 91.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 195 32 127 0 0.84 0.35 0.24 325.03 0.72 0.45
Hex C3 20 7F 0 54 23 18 145 48 2D
Octal 303 40 177 0 124 43 30 505 110 55
Binary 11000011 100000 1111111 0 1010100 100011 11000 101000101 1001000 101101

Color Harmonies of #C3207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3207F

Black with #C3207F

Text Example


Text Example

White with #C3207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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