Html Css Color HEX #C92694 Medium Violet Red

📋 copy color: '#C92694'

red 201 ◦ green 38 ◦ blue 148

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

Shades of Medium Violet Red #C92694

Tints of Medium Violet Red #C92694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.82%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 51.94%
G = 9.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C92694 (or 0xC92694) is known color: Medium Violet Red. HEX triplet: C9, 26 and 94. RGB value is (201,38,148). Sum of RGB (Red+Green+Blue) = 201+38+148=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C92694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92694 is #36D96B. Grayscale: #636363. Windows color (decimal): -3594604 or 9709257. OLE color: 9709257.

HSL color Cylindrical-coordinate representation of color #C92694: hue angle of 319.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92694 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 148 -
CMYK 0 0.81 0.26 0.21
HSL 319.51º 0.68% 0.47% -
HSV(B) 319.51º 0.81% 0.79% -
XYZ 30.13 15.94 29.51 -
YUV 99.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 201 38 148 0 0.81 0.26 0.21 319.51 0.68 0.47
Hex C9 26 94 0 51 1A 15 140 44 2F
Octal 311 46 224 0 121 32 25 500 104 57
Binary 11001001 100110 10010100 0 1010001 11010 10101 101000000 1000100 101111

Color Harmonies of #C92694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92694

Black with #C92694

Text Example


Text Example

White with #C92694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92694; }

 p { color: rgb(201,38,148); }

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

background-color css

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

 a { background-color: rgb(201,38,148); }

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

border-color css

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

 span { border-color: rgb(201,38,148); }

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