Html Css Color HEX #CC0190 Medium Violet Red

📋 copy color: '#CC0190'

red 204 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #CC0190

Tints of Medium Violet Red #CC0190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 58.45%
G = 0.29%
B = 41.26%

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

#CC0190 (or 0xCC0190) is known color: Medium Violet Red. HEX triplet: CC, 01 and 90. RGB value is (204,1,144). Sum of RGB (Red+Green+Blue) = 204+1+144=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0190 is #33FE6F. Grayscale: #4D4D4D. Windows color (decimal): -3407472 or 9437644. OLE color: 9437644.

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

Color convert

RGB 204 1 144 -
CMYK 0 1.00 0.29 0.2
HSL 317.73º 0.99% 0.4% -
HSV(B) 317.73º 1% 0.8% -
XYZ 29.95 14.87 27.68 -
YUV 78 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 204 1 144 0 1.00 0.29 0.2 317.73 0.99 0.4
Hex CC 1 90 0 64 1D 14 13E 63 28
Octal 314 1 220 0 144 35 24 476 143 50
Binary 11001100 1 10010000 0 1100100 11101 10100 100111110 1100011 101000

Color Harmonies of #CC0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0190

Black with #CC0190

Text Example


Text Example

White with #CC0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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