Html Css Color HEX #C3207D Medium Violet Red

📋 copy color: '#C3207D'

red 195 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #C3207D

Tints of Medium Violet Red #C3207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 55.4%
G = 9.09%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3207D (or 0xC3207D) is known color: Medium Violet Red. HEX triplet: C3, 20 and 7D. RGB value is (195,32,125). Sum of RGB (Red+Green+Blue) = 195+32+125=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3207D is #3CDF82. Grayscale: #5B5B5B. Windows color (decimal): -3989379 or 8200387. OLE color: 8200387.

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

Color convert

RGB 195 32 125 -
CMYK 0 0.84 0.36 0.24
HSL 325.77º 0.72% 0.45% -
HSV(B) 325.77º 0.84% 0.76% -
XYZ 26.72 14.12 20.72 -
YUV 91.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 195 32 125 0 0.84 0.36 0.24 325.77 0.72 0.45
Hex C3 20 7D 0 54 24 18 146 48 2D
Octal 303 40 175 0 124 44 30 506 110 55
Binary 11000011 100000 1111101 0 1010100 100100 11000 101000110 1001000 101101

Color Harmonies of #C3207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3207D

Black with #C3207D

Text Example


Text Example

White with #C3207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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