Html Css Color HEX #C93382 Medium Red Violet

📋 copy color: '#C93382'

red 201 ◦ green 51 ◦ blue 130

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

Shades of Medium Red Violet #C93382

Tints of Medium Red Violet #C93382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.35%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 52.62%
G = 13.35%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C93382 (or 0xC93382) is known color: Medium Red Violet. HEX triplet: C9, 33 and 82. RGB value is (201,51,130). Sum of RGB (Red+Green+Blue) = 201+51+130=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C93382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93382 is #36CC7D. Grayscale: #686868. Windows color (decimal): -3591294 or 8532937. OLE color: 8532937.

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

Color convert

RGB 201 51 130 -
CMYK 0 0.75 0.35 0.21
HSL 328.4º 0.6% 0.49% -
HSV(B) 328.4º 0.75% 0.79% -
XYZ 29.3 16.4 22.74 -
YUV 104.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 201 51 130 0 0.75 0.35 0.21 328.4 0.6 0.49
Hex C9 33 82 0 4B 23 15 148 3C 31
Octal 311 63 202 0 113 43 25 510 74 61
Binary 11001001 110011 10000010 0 1001011 100011 10101 101001000 111100 110001

Color Harmonies of #C93382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93382

Black with #C93382

Text Example


Text Example

White with #C93382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93382; }

 p { color: rgb(201,51,130); }

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

background-color css

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

 a { background-color: rgb(201,51,130); }

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

border-color css

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

 span { border-color: rgb(201,51,130); }

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