Html Css Color HEX #C92690 Medium Violet Red

📋 copy color: '#C92690'

red 201 ◦ green 38 ◦ blue 144

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

Shades of Medium Violet Red #C92690

Tints of Medium Violet Red #C92690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 52.48%
G = 9.92%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92690 (or 0xC92690) is known color: Medium Violet Red. HEX triplet: C9, 26 and 90. RGB value is (201,38,144). Sum of RGB (Red+Green+Blue) = 201+38+144=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C92690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92690 is #36D96F. Grayscale: #626262. Windows color (decimal): -3594608 or 9447113. OLE color: 9447113.

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

Color convert

RGB 201 38 144 -
CMYK 0 0.81 0.28 0.21
HSL 320.98º 0.68% 0.47% -
HSV(B) 320.98º 0.81% 0.79% -
XYZ 29.81 15.82 27.87 -
YUV 98.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 201 38 144 0 0.81 0.28 0.21 320.98 0.68 0.47
Hex C9 26 90 0 51 1C 15 141 44 2F
Octal 311 46 220 0 121 34 25 501 104 57
Binary 11001001 100110 10010000 0 1010001 11100 10101 101000001 1000100 101111

Color Harmonies of #C92690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92690

Black with #C92690

Text Example


Text Example

White with #C92690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92690; }

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

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

background-color css

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

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

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

border-color css

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

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

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