Html Css Color HEX #CC0091 Medium Violet Red

📋 copy color: '#CC0091'

red 204 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #CC0091

Tints of Medium Violet Red #CC0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.45%
G = 0%
B = 41.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC0091 (or 0xCC0091) is known color: Medium Violet Red. HEX triplet: CC, 00 and 91. RGB value is (204,0,145). Sum of RGB (Red+Green+Blue) = 204+0+145=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0091 is #33FF6E. Grayscale: #4D4D4D. Windows color (decimal): -3407727 or 9502924. OLE color: 9502924.

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

Color convert

RGB 204 0 145 -
CMYK 0 1 0.29 0.2
HSL 317.35º 1% 0.4% -
HSV(B) 317.35º 1% 0.8% -
XYZ 30.01 14.88 28.08 -
YUV 77.53 166.09 218.21 -
System Red Green Blue C M Y K H S L
Decimal 204 0 145 0 1 0.29 0.2 317.35 1 0.4
Hex CC 0 91 0 64 1D 14 13D 64 28
Octal 314 0 221 0 144 35 24 475 144 50
Binary 11001100 0 10010001 0 1100100 11101 10100 100111101 1100100 101000

Color Harmonies of #CC0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0091

Black with #CC0091

Text Example


Text Example

White with #CC0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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