Html Css Color HEX #CC0291 Medium Violet Red

📋 copy color: '#CC0291'

red 204 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #CC0291

Tints of Medium Violet Red #CC0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 58.12%
G = 0.57%
B = 41.31%

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

#CC0291 (or 0xCC0291) is known color: Medium Violet Red. HEX triplet: CC, 02 and 91. RGB value is (204,2,145). Sum of RGB (Red+Green+Blue) = 204+2+145=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0291 is #33FD6E. Grayscale: #4E4E4E. Windows color (decimal): -3407215 or 9503436. OLE color: 9503436.

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

Color convert

RGB 204 2 145 -
CMYK 0 0.99 0.29 0.2
HSL 317.52º 0.98% 0.4% -
HSV(B) 317.52º 0.99% 0.8% -
XYZ 30.03 14.93 28.09 -
YUV 78.7 165.42 217.37 -
System Red Green Blue C M Y K H S L
Decimal 204 2 145 0 0.99 0.29 0.2 317.52 0.98 0.4
Hex CC 2 91 0 63 1D 14 13E 62 28
Octal 314 2 221 0 143 35 24 476 142 50
Binary 11001100 10 10010001 0 1100011 11101 10100 100111110 1100010 101000

Color Harmonies of #CC0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0291

Black with #CC0291

Text Example


Text Example

White with #CC0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0291; }

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

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

background-color css

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

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

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

border-color css

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

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

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