Html Css Color HEX #C93278 Medium Red Violet

📋 copy color: '#C93278'

red 201 ◦ green 50 ◦ blue 120

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

Shades of Medium Red Violet #C93278

Tints of Medium Red Violet #C93278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 54.18%
G = 13.48%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C93278 (or 0xC93278) is known color: Medium Red Violet. HEX triplet: C9, 32 and 78. RGB value is (201,50,120). Sum of RGB (Red+Green+Blue) = 201+50+120=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C93278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93278 is #36CD87. Grayscale: #676767. Windows color (decimal): -3591560 or 7877321. OLE color: 7877321.

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

Color convert

RGB 201 50 120 -
CMYK 0 0.75 0.40 0.21
HSL 332.19º 0.6% 0.49% -
HSV(B) 332.19º 0.75% 0.79% -
XYZ 28.62 16.05 19.36 -
YUV 103.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 201 50 120 0 0.75 0.40 0.21 332.19 0.6 0.49
Hex C9 32 78 0 4B 28 15 14C 3C 31
Octal 311 62 170 0 113 50 25 514 74 61
Binary 11001001 110010 1111000 0 1001011 101000 10101 101001100 111100 110001

Color Harmonies of #C93278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93278

Black with #C93278

Text Example


Text Example

White with #C93278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93278; }

 p { color: rgb(201,50,120); }

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

background-color css

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

 a { background-color: rgb(201,50,120); }

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

border-color css

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

 span { border-color: rgb(201,50,120); }

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