Html Css Color HEX #CC2591 Medium Violet Red

📋 copy color: '#CC2591'

red 204 ◦ green 37 ◦ blue 145

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

Shades of Medium Violet Red #CC2591

Tints of Medium Violet Red #CC2591

RGB

 RED value IS 204 (80.08% from 255) = 52.85%

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 52.85%
G = 9.59%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2591 (or 0xCC2591) is known color: Medium Violet Red. HEX triplet: CC, 25 and 91. RGB value is (204,37,145). Sum of RGB (Red+Green+Blue) = 204+37+145=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2591 is #33DA6E. Grayscale: #626262. Windows color (decimal): -3398255 or 9512396. OLE color: 9512396.

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

Color convert

RGB 204 37 145 -
CMYK 0 0.82 0.29 0.2
HSL 321.2º 0.69% 0.47% -
HSV(B) 321.2º 0.82% 0.8% -
XYZ 30.67 16.2 28.3 -
YUV 99.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 204 37 145 0 0.82 0.29 0.2 321.2 0.69 0.47
Hex CC 25 91 0 52 1D 14 141 45 2F
Octal 314 45 221 0 122 35 24 501 105 57
Binary 11001100 100101 10010001 0 1010010 11101 10100 101000001 1000101 101111

Color Harmonies of #CC2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2591

Black with #CC2591

Text Example


Text Example

White with #CC2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2591; }

 p { color: rgb(204,37,145); }

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

background-color css

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

 a { background-color: rgb(204,37,145); }

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

border-color css

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

 span { border-color: rgb(204,37,145); }

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