Html Css Color HEX #CC149A Medium Violet Red

📋 copy color: '#CC149A'

red 204 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #CC149A

Tints of Medium Violet Red #CC149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.29%

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 53.97%
G = 5.29%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC149A (or 0xCC149A) is known color: Medium Violet Red. HEX triplet: CC, 14 and 9A. RGB value is (204,20,154). Sum of RGB (Red+Green+Blue) = 204+20+154=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC149A is #33EB65. Grayscale: #595959. Windows color (decimal): -3402598 or 10097868. OLE color: 10097868.

HSL color Cylindrical-coordinate representation of color #CC149A: hue angle of 316.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC149A is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 154 -
CMYK 0 0.90 0.25 0.2
HSL 316.3º 0.82% 0.44% -
HSV(B) 316.3º 0.9% 0.8% -
XYZ 30.98 15.67 31.96 -
YUV 90.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 204 20 154 0 0.90 0.25 0.2 316.3 0.82 0.44
Hex CC 14 9A 0 5A 19 14 13C 52 2C
Octal 314 24 232 0 132 31 24 474 122 54
Binary 11001100 10100 10011010 0 1011010 11001 10100 100111100 1010010 101100

Color Harmonies of #CC149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC149A

Black with #CC149A

Text Example


Text Example

White with #CC149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC149A; }

 p { color: rgb(204,20,154); }

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

background-color css

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

 a { background-color: rgb(204,20,154); }

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

border-color css

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

 span { border-color: rgb(204,20,154); }

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