Html Css Color HEX #C925AF Medium Violet Red

📋 copy color: '#C925AF'

red 201 ◦ green 37 ◦ blue 175

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

Shades of Medium Violet Red #C925AF

Tints of Medium Violet Red #C925AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 48.67%
G = 8.96%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C925AF (or 0xC925AF) is known color: Medium Violet Red. HEX triplet: C9, 25 and AF. RGB value is (201,37,175). Sum of RGB (Red+Green+Blue) = 201+37+175=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C925AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925AF is #36DA50. Grayscale: #656565. Windows color (decimal): -3594833 or 11478473. OLE color: 11478473.

HSL color Cylindrical-coordinate representation of color #C925AF: hue angle of 309.51º 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 #C925AF is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 175 -
CMYK 0 0.82 0.13 0.21
HSL 309.51º 0.69% 0.47% -
HSV(B) 309.51º 0.82% 0.79% -
XYZ 32.49 16.84 42.09 -
YUV 101.77 169.33 198.78 -
System Red Green Blue C M Y K H S L
Decimal 201 37 175 0 0.82 0.13 0.21 309.51 0.69 0.47
Hex C9 25 AF 0 52 D 15 136 45 2F
Octal 311 45 257 0 122 15 25 466 105 57
Binary 11001001 100101 10101111 0 1010010 1101 10101 100110110 1000101 101111

Color Harmonies of #C925AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925AF

Black with #C925AF

Text Example


Text Example

White with #C925AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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