Html Css Color HEX #C3207E Medium Violet Red

📋 copy color: '#C3207E'

red 195 ◦ green 32 ◦ blue 126

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

Shades of Medium Violet Red #C3207E

Tints of Medium Violet Red #C3207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 55.24%
G = 9.07%
B = 35.69%

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

#C3207E (or 0xC3207E) is known color: Medium Violet Red. HEX triplet: C3, 20 and 7E. RGB value is (195,32,126). Sum of RGB (Red+Green+Blue) = 195+32+126=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3207E is #3CDF81. Grayscale: #5B5B5B. Windows color (decimal): -3989378 or 8265923. OLE color: 8265923.

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

Color convert

RGB 195 32 126 -
CMYK 0 0.84 0.35 0.24
HSL 325.4º 0.72% 0.45% -
HSV(B) 325.4º 0.84% 0.76% -
XYZ 26.79 14.14 21.06 -
YUV 91.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 195 32 126 0 0.84 0.35 0.24 325.4 0.72 0.45
Hex C3 20 7E 0 54 23 18 145 48 2D
Octal 303 40 176 0 124 43 30 505 110 55
Binary 11000011 100000 1111110 0 1010100 100011 11000 101000101 1001000 101101

Color Harmonies of #C3207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3207E

Black with #C3207E

Text Example


Text Example

White with #C3207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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