Html Css Color HEX #C9047A Medium Violet Red

📋 copy color: '#C9047A'

red 201 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #C9047A

Tints of Medium Violet Red #C9047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 61.47%
G = 1.22%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9047A (or 0xC9047A) is known color: Medium Violet Red. HEX triplet: C9, 04 and 7A. RGB value is (201,4,122). Sum of RGB (Red+Green+Blue) = 201+4+122=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9047A is #36FB85. Grayscale: #4C4C4C. Windows color (decimal): -3603334 or 7996617. OLE color: 7996617.

HSL color Cylindrical-coordinate representation of color #C9047A: hue angle of 324.06º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9047A is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 122 -
CMYK 0 0.98 0.39 0.21
HSL 324.06º 0.96% 0.4% -
HSV(B) 324.06º 0.98% 0.79% -
XYZ 27.64 13.91 19.64 -
YUV 76.36 153.77 216.91 -
System Red Green Blue C M Y K H S L
Decimal 201 4 122 0 0.98 0.39 0.21 324.06 0.96 0.4
Hex C9 4 7A 0 62 27 15 144 60 28
Octal 311 4 172 0 142 47 25 504 140 50
Binary 11001001 100 1111010 0 1100010 100111 10101 101000100 1100000 101000

Color Harmonies of #C9047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9047A

Black with #C9047A

Text Example


Text Example

White with #C9047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9047A; }

 p { color: rgb(201,4,122); }

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

background-color css

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

 a { background-color: rgb(201,4,122); }

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

border-color css

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

 span { border-color: rgb(201,4,122); }

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