Html Css Color HEX #CC2589 Medium Violet Red

📋 copy color: '#CC2589'

red 204 ◦ green 37 ◦ blue 137

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

Shades of Medium Violet Red #CC2589

Tints of Medium Violet Red #CC2589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 53.97%
G = 9.79%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC2589 (or 0xCC2589) is known color: Medium Violet Red. HEX triplet: CC, 25 and 89. RGB value is (204,37,137). Sum of RGB (Red+Green+Blue) = 204+37+137=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2589 is #33DA76. Grayscale: #626262. Windows color (decimal): -3398263 or 8988108. OLE color: 8988108.

HSL color Cylindrical-coordinate representation of color #CC2589: hue angle of 324.07º 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 #CC2589 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 137 -
CMYK 0 0.82 0.33 0.2
HSL 324.07º 0.69% 0.47% -
HSV(B) 324.07º 0.82% 0.8% -
XYZ 30.08 15.97 25.16 -
YUV 98.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 204 37 137 0 0.82 0.33 0.2 324.07 0.69 0.47
Hex CC 25 89 0 52 21 14 144 45 2F
Octal 314 45 211 0 122 41 24 504 105 57
Binary 11001100 100101 10001001 0 1010010 100001 10100 101000100 1000101 101111

Color Harmonies of #CC2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2589

Black with #CC2589

Text Example


Text Example

White with #CC2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2589; }

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

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

background-color css

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

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

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

border-color css

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

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

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