Html Css Color HEX #C92F8F Medium Red Violet

📋 copy color: '#C92F8F'

red 201 ◦ green 47 ◦ blue 143

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

Shades of Medium Red Violet #C92F8F

Tints of Medium Red Violet #C92F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.02%

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 51.41%
G = 12.02%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C92F8F (or 0xC92F8F) is known color: Medium Red Violet. HEX triplet: C9, 2F and 8F. RGB value is (201,47,143). Sum of RGB (Red+Green+Blue) = 201+47+143=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92F8F is #36D070. Grayscale: #676767. Windows color (decimal): -3592305 or 9383881. OLE color: 9383881.

HSL color Cylindrical-coordinate representation of color #C92F8F: hue angle of 322.6º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92F8F is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 47 143 -
CMYK 0 0.77 0.29 0.21
HSL 322.6º 0.62% 0.49% -
HSV(B) 322.6º 0.77% 0.79% -
XYZ 30.06 16.43 27.57 -
YUV 103.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 201 47 143 0 0.77 0.29 0.21 322.6 0.62 0.49
Hex C9 2F 8F 0 4D 1D 15 143 3E 31
Octal 311 57 217 0 115 35 25 503 76 61
Binary 11001001 101111 10001111 0 1001101 11101 10101 101000011 111110 110001

Color Harmonies of #C92F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92F8F

Black with #C92F8F

Text Example


Text Example

White with #C92F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92F8F; }

 p { color: rgb(201,47,143); }

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

background-color css

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

 a { background-color: rgb(201,47,143); }

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

border-color css

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

 span { border-color: rgb(201,47,143); }

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