Html Css Color HEX #C924A5 Medium Violet Red

📋 copy color: '#C924A5'

red 201 ◦ green 36 ◦ blue 165

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

Shades of Medium Violet Red #C924A5

Tints of Medium Violet Red #C924A5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

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

R = 50%
G = 8.96%
B = 41.04%

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

#C924A5 (or 0xC924A5) is known color: Medium Violet Red. HEX triplet: C9, 24 and A5. RGB value is (201,36,165). Sum of RGB (Red+Green+Blue) = 201+36+165=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C924A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C924A5 is #36DB5A. Grayscale: #636363. Windows color (decimal): -3595099 or 10822857. OLE color: 10822857.

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

Color convert

RGB 201 36 165 -
CMYK 0 0.82 0.18 0.21
HSL 313.09º 0.7% 0.46% -
HSV(B) 313.09º 0.82% 0.79% -
XYZ 31.51 16.4 37.1 -
YUV 100.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 201 36 165 0 0.82 0.18 0.21 313.09 0.7 0.46
Hex C9 24 A5 0 52 12 15 139 46 2E
Octal 311 44 245 0 122 22 25 471 106 56
Binary 11001001 100100 10100101 0 1010010 10010 10101 100111001 1000110 101110

Color Harmonies of #C924A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924A5

Black with #C924A5

Text Example


Text Example

White with #C924A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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