Html Css Color HEX #C925A5 Medium Violet Red

📋 copy color: '#C925A5'

red 201 ◦ green 37 ◦ blue 165

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

Shades of Medium Violet Red #C925A5

Tints of Medium Violet Red #C925A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 49.88%
G = 9.18%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C925A5 (or 0xC925A5) is known color: Medium Violet Red. HEX triplet: C9, 25 and A5. RGB value is (201,37,165). Sum of RGB (Red+Green+Blue) = 201+37+165=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C925A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925A5 is #36DA5A. Grayscale: #646464. Windows color (decimal): -3594843 or 10823113. OLE color: 10823113.

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

Color convert

RGB 201 37 165 -
CMYK 0 0.82 0.18 0.21
HSL 313.17º 0.69% 0.47% -
HSV(B) 313.17º 0.82% 0.79% -
XYZ 31.54 16.46 37.11 -
YUV 100.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 201 37 165 0 0.82 0.18 0.21 313.17 0.69 0.47
Hex C9 25 A5 0 52 12 15 139 45 2F
Octal 311 45 245 0 122 22 25 471 105 57
Binary 11001001 100101 10100101 0 1010010 10010 10101 100111001 1000101 101111

Color Harmonies of #C925A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925A5

Black with #C925A5

Text Example


Text Example

White with #C925A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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