Html Css Color HEX #C9057B Medium Violet Red

📋 copy color: '#C9057B'

red 201 ◦ green 5 ◦ blue 123

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

Shades of Medium Violet Red #C9057B

Tints of Medium Violet Red #C9057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 61.09%
G = 1.52%
B = 37.39%

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

#C9057B (or 0xC9057B) is known color: Medium Violet Red. HEX triplet: C9, 05 and 7B. RGB value is (201,5,123). Sum of RGB (Red+Green+Blue) = 201+5+123=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9057B is #36FA84. Grayscale: #4C4C4C. Windows color (decimal): -3603077 or 8062409. OLE color: 8062409.

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

Color convert

RGB 201 5 123 -
CMYK 0 0.98 0.39 0.21
HSL 323.88º 0.95% 0.4% -
HSV(B) 323.88º 0.98% 0.79% -
XYZ 27.72 13.96 19.97 -
YUV 77.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 201 5 123 0 0.98 0.39 0.21 323.88 0.95 0.4
Hex C9 5 7B 0 62 27 15 144 5F 28
Octal 311 5 173 0 142 47 25 504 137 50
Binary 11001001 101 1111011 0 1100010 100111 10101 101000100 1011111 101000

Color Harmonies of #C9057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9057B

Black with #C9057B

Text Example


Text Example

White with #C9057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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