Html Css Color HEX #C9026F Medium Violet Red

📋 copy color: '#C9026F'

red 201 ◦ green 2 ◦ blue 111

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

Shades of Medium Violet Red #C9026F

Tints of Medium Violet Red #C9026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 64.01%
G = 0.64%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9026F (or 0xC9026F) is known color: Medium Violet Red. HEX triplet: C9, 02 and 6F. RGB value is (201,2,111). Sum of RGB (Red+Green+Blue) = 201+2+111=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9026F is #36FD90. Grayscale: #494949. Windows color (decimal): -3603857 or 7275209. OLE color: 7275209.

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

Color convert

RGB 201 2 111 -
CMYK 0 0.99 0.45 0.21
HSL 327.14º 0.98% 0.4% -
HSV(B) 327.14º 0.99% 0.79% -
XYZ 26.98 13.61 16.24 -
YUV 73.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 201 2 111 0 0.99 0.45 0.21 327.14 0.98 0.4
Hex C9 2 6F 0 63 2D 15 147 62 28
Octal 311 2 157 0 143 55 25 507 142 50
Binary 11001001 10 1101111 0 1100011 101101 10101 101000111 1100010 101000

Color Harmonies of #C9026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9026F

Black with #C9026F

Text Example


Text Example

White with #C9026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9026F; }

 p { color: rgb(201,2,111); }

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

background-color css

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

 a { background-color: rgb(201,2,111); }

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

border-color css

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

 span { border-color: rgb(201,2,111); }

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