Html Css Color HEX #C9069F Medium Violet Red

📋 copy color: '#C9069F'

red 201 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #C9069F

Tints of Medium Violet Red #C9069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.64%

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 54.92%
G = 1.64%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9069F (or 0xC9069F) is known color: Medium Violet Red. HEX triplet: C9, 06 and 9F. RGB value is (201,6,159). Sum of RGB (Red+Green+Blue) = 201+6+159=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9069F is #36F960. Grayscale: #515151. Windows color (decimal): -3602785 or 10421961. OLE color: 10421961.

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

Color convert

RGB 201 6 159 -
CMYK 0 0.97 0.21 0.21
HSL 312.92º 0.94% 0.41% -
HSV(B) 312.92º 0.97% 0.79% -
XYZ 30.41 15.05 34.1 -
YUV 81.75 171.6 213.06 -
System Red Green Blue C M Y K H S L
Decimal 201 6 159 0 0.97 0.21 0.21 312.92 0.94 0.41
Hex C9 6 9F 0 61 15 15 139 5E 29
Octal 311 6 237 0 141 25 25 471 136 51
Binary 11001001 110 10011111 0 1100001 10101 10101 100111001 1011110 101001

Color Harmonies of #C9069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9069F

Black with #C9069F

Text Example


Text Example

White with #C9069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9069F; }

 p { color: rgb(201,6,159); }

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

background-color css

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

 a { background-color: rgb(201,6,159); }

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

border-color css

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

 span { border-color: rgb(201,6,159); }

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