Html Css Color HEX #C925AA Medium Violet Red

📋 copy color: '#C925AA'

red 201 ◦ green 37 ◦ blue 170

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

Shades of Medium Violet Red #C925AA

Tints of Medium Violet Red #C925AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 49.26%
G = 9.07%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C925AA (or 0xC925AA) is known color: Medium Violet Red. HEX triplet: C9, 25 and AA. RGB value is (201,37,170). Sum of RGB (Red+Green+Blue) = 201+37+170=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C925AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925AA is #36DA55. Grayscale: #646464. Windows color (decimal): -3594838 or 11150793. OLE color: 11150793.

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

Color convert

RGB 201 37 170 -
CMYK 0 0.82 0.15 0.21
HSL 311.34º 0.69% 0.47% -
HSV(B) 311.34º 0.82% 0.79% -
XYZ 32 16.64 39.56 -
YUV 101.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 201 37 170 0 0.82 0.15 0.21 311.34 0.69 0.47
Hex C9 25 AA 0 52 F 15 137 45 2F
Octal 311 45 252 0 122 17 25 467 105 57
Binary 11001001 100101 10101010 0 1010010 1111 10101 100110111 1000101 101111

Color Harmonies of #C925AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925AA

Black with #C925AA

Text Example


Text Example

White with #C925AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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