Html Css Color HEX #C925AC Medium Violet Red

📋 copy color: '#C925AC'

red 201 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #C925AC

Tints of Medium Violet Red #C925AC

RGB

 RED value IS 201 (78.91% from 255) = 49.02%

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 49.02%
G = 9.02%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C925AC (or 0xC925AC) is known color: Medium Violet Red. HEX triplet: C9, 25 and AC. RGB value is (201,37,172). Sum of RGB (Red+Green+Blue) = 201+37+172=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C925AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925AC is #36DA53. Grayscale: #656565. Windows color (decimal): -3594836 or 11281865. OLE color: 11281865.

HSL color Cylindrical-coordinate representation of color #C925AC: hue angle of 310.61º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925AC is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 172 -
CMYK 0 0.82 0.14 0.21
HSL 310.61º 0.69% 0.47% -
HSV(B) 310.61º 0.82% 0.79% -
XYZ 32.2 16.72 40.56 -
YUV 101.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 201 37 172 0 0.82 0.14 0.21 310.61 0.69 0.47
Hex C9 25 AC 0 52 E 15 137 45 2F
Octal 311 45 254 0 122 16 25 467 105 57
Binary 11001001 100101 10101100 0 1010010 1110 10101 100110111 1000101 101111

Color Harmonies of #C925AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925AC

Black with #C925AC

Text Example


Text Example

White with #C925AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925AC; }

 p { color: rgb(201,37,172); }

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

background-color css

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

 a { background-color: rgb(201,37,172); }

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

border-color css

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

 span { border-color: rgb(201,37,172); }

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