Html Css Color HEX #CC0391 Medium Violet Red

📋 copy color: '#CC0391'

red 204 ◦ green 3 ◦ blue 145

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

Shades of Medium Violet Red #CC0391

Tints of Medium Violet Red #CC0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 57.95%
G = 0.85%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC0391 (or 0xCC0391) is known color: Medium Violet Red. HEX triplet: CC, 03 and 91. RGB value is (204,3,145). Sum of RGB (Red+Green+Blue) = 204+3+145=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0391 is #33FC6E. Grayscale: #4E4E4E. Windows color (decimal): -3406959 or 9503692. OLE color: 9503692.

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

Color convert

RGB 204 3 145 -
CMYK 0 0.99 0.29 0.2
HSL 317.61º 0.97% 0.41% -
HSV(B) 317.61º 0.99% 0.8% -
XYZ 30.05 14.95 28.09 -
YUV 79.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 204 3 145 0 0.99 0.29 0.2 317.61 0.97 0.41
Hex CC 3 91 0 63 1D 14 13E 61 29
Octal 314 3 221 0 143 35 24 476 141 51
Binary 11001100 11 10010001 0 1100011 11101 10100 100111110 1100001 101001

Color Harmonies of #CC0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0391

Black with #CC0391

Text Example


Text Example

White with #CC0391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0391; }

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

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

background-color css

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

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

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

border-color css

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

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

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