Html Css Color HEX #CC0191 Medium Violet Red

📋 copy color: '#CC0191'

red 204 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #CC0191

Tints of Medium Violet Red #CC0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 58.29%
G = 0.29%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC0191 (or 0xCC0191) is known color: Medium Violet Red. HEX triplet: CC, 01 and 91. RGB value is (204,1,145). Sum of RGB (Red+Green+Blue) = 204+1+145=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0191 is #33FE6E. Grayscale: #4D4D4D. Windows color (decimal): -3407471 or 9503180. OLE color: 9503180.

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

Color convert

RGB 204 1 145 -
CMYK 0 1.00 0.29 0.2
HSL 317.44º 0.99% 0.4% -
HSV(B) 317.44º 1% 0.8% -
XYZ 30.02 14.9 28.08 -
YUV 78.11 165.75 217.79 -
System Red Green Blue C M Y K H S L
Decimal 204 1 145 0 1.00 0.29 0.2 317.44 0.99 0.4
Hex CC 1 91 0 64 1D 14 13D 63 28
Octal 314 1 221 0 144 35 24 475 143 50
Binary 11001100 1 10010001 0 1100100 11101 10100 100111101 1100011 101000

Color Harmonies of #CC0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0191

Black with #CC0191

Text Example


Text Example

White with #CC0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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