Html Css Color HEX #C90693 Medium Violet Red

📋 copy color: '#C90693'

red 201 ◦ green 6 ◦ blue 147

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

Shades of Medium Violet Red #C90693

Tints of Medium Violet Red #C90693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 56.78%
G = 1.69%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C90693 (or 0xC90693) is known color: Medium Violet Red. HEX triplet: C9, 06 and 93. RGB value is (201,6,147). Sum of RGB (Red+Green+Blue) = 201+6+147=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C90693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90693 is #36F96C. Grayscale: #505050. Windows color (decimal): -3602797 or 9635529. OLE color: 9635529.

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

Color convert

RGB 201 6 147 -
CMYK 0 0.97 0.27 0.21
HSL 316.62º 0.94% 0.41% -
HSV(B) 316.62º 0.97% 0.79% -
XYZ 29.42 14.65 28.88 -
YUV 80.38 165.6 214.04 -
System Red Green Blue C M Y K H S L
Decimal 201 6 147 0 0.97 0.27 0.21 316.62 0.94 0.41
Hex C9 6 93 0 61 1B 15 13D 5E 29
Octal 311 6 223 0 141 33 25 475 136 51
Binary 11001001 110 10010011 0 1100001 11011 10101 100111101 1011110 101001

Color Harmonies of #C90693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90693

Black with #C90693

Text Example


Text Example

White with #C90693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90693; }

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

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

background-color css

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

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

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

border-color css

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

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

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