Html Css Color HEX #C9056C Medium Violet Red

📋 copy color: '#C9056C'

red 201 ◦ green 5 ◦ blue 108

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

Shades of Medium Violet Red #C9056C

Tints of Medium Violet Red #C9056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 64.01%
G = 1.59%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9056C (or 0xC9056C) is known color: Medium Violet Red. HEX triplet: C9, 05 and 6C. RGB value is (201,5,108). Sum of RGB (Red+Green+Blue) = 201+5+108=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9056C is #36FA93. Grayscale: #4B4B4B. Windows color (decimal): -3603092 or 7079369. OLE color: 7079369.

HSL color Cylindrical-coordinate representation of color #C9056C: hue angle of 328.47º degrees, saturation: 0.95, 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 #C9056C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 108 -
CMYK 0 0.98 0.46 0.21
HSL 328.47º 0.95% 0.4% -
HSV(B) 328.47º 0.98% 0.79% -
XYZ 26.85 13.61 15.4 -
YUV 75.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 201 5 108 0 0.98 0.46 0.21 328.47 0.95 0.4
Hex C9 5 6C 0 62 2E 15 148 5F 28
Octal 311 5 154 0 142 56 25 510 137 50
Binary 11001001 101 1101100 0 1100010 101110 10101 101001000 1011111 101000

Color Harmonies of #C9056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9056C

Black with #C9056C

Text Example


Text Example

White with #C9056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9056C; }

 p { color: rgb(201,5,108); }

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

background-color css

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

 a { background-color: rgb(201,5,108); }

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

border-color css

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

 span { border-color: rgb(201,5,108); }

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