Html Css Color HEX #C92582 Medium Violet Red

📋 copy color: '#C92582'

red 201 ◦ green 37 ◦ blue 130

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

Shades of Medium Violet Red #C92582

Tints of Medium Violet Red #C92582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.05%

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

R = 54.62%
G = 10.05%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C92582 (or 0xC92582) is known color: Medium Violet Red. HEX triplet: C9, 25 and 82. RGB value is (201,37,130). Sum of RGB (Red+Green+Blue) = 201+37+130=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C92582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92582 is #36DA7D. Grayscale: #606060. Windows color (decimal): -3594878 or 8529353. OLE color: 8529353.

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

Color convert

RGB 201 37 130 -
CMYK 0 0.82 0.35 0.21
HSL 325.98º 0.69% 0.47% -
HSV(B) 325.98º 0.82% 0.79% -
XYZ 28.78 15.35 22.57 -
YUV 96.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 201 37 130 0 0.82 0.35 0.21 325.98 0.69 0.47
Hex C9 25 82 0 52 23 15 146 45 2F
Octal 311 45 202 0 122 43 25 506 105 57
Binary 11001001 100101 10000010 0 1010010 100011 10101 101000110 1000101 101111

Color Harmonies of #C92582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92582

Black with #C92582

Text Example


Text Example

White with #C92582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92582; }

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

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

background-color css

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

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

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

border-color css

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

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

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