Html Css Color HEX #C90C7C Medium Violet Red

📋 copy color: '#C90C7C'

red 201 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #C90C7C

Tints of Medium Violet Red #C90C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.56%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 59.64%
G = 3.56%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C90C7C (or 0xC90C7C) is known color: Medium Violet Red. HEX triplet: C9, 0C and 7C. RGB value is (201,12,124). Sum of RGB (Red+Green+Blue) = 201+12+124=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C7C is #36F383. Grayscale: #515151. Windows color (decimal): -3601284 or 8129737. OLE color: 8129737.

HSL color Cylindrical-coordinate representation of color #C90C7C: hue angle of 324.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C7C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 124 -
CMYK 0 0.94 0.38 0.21
HSL 324.44º 0.89% 0.42% -
HSV(B) 324.44º 0.94% 0.79% -
XYZ 27.86 14.14 20.33 -
YUV 81.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 201 12 124 0 0.94 0.38 0.21 324.44 0.89 0.42
Hex C9 C 7C 0 5E 26 15 144 59 2A
Octal 311 14 174 0 136 46 25 504 131 52
Binary 11001001 1100 1111100 0 1011110 100110 10101 101000100 1011001 101010

Color Harmonies of #C90C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C7C

Black with #C90C7C

Text Example


Text Example

White with #C90C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C7C; }

 p { color: rgb(201,12,124); }

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

background-color css

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

 a { background-color: rgb(201,12,124); }

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

border-color css

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

 span { border-color: rgb(201,12,124); }

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