Html Css Color HEX #CC1A9A Medium Violet Red

📋 copy color: '#CC1A9A'

red 204 ◦ green 26 ◦ blue 154

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

Shades of Medium Violet Red #CC1A9A

Tints of Medium Violet Red #CC1A9A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

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

R = 53.13%
G = 6.77%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1A9A (or 0xCC1A9A) is known color: Medium Violet Red. HEX triplet: CC, 1A and 9A. RGB value is (204,26,154). Sum of RGB (Red+Green+Blue) = 204+26+154=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1A9A is #33E565. Grayscale: #5D5D5D. Windows color (decimal): -3401062 or 10099404. OLE color: 10099404.

HSL color Cylindrical-coordinate representation of color #CC1A9A: hue angle of 316.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A9A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 154 -
CMYK 0 0.87 0.25 0.2
HSL 316.85º 0.77% 0.45% -
HSV(B) 316.85º 0.87% 0.8% -
XYZ 31.1 15.91 32 -
YUV 93.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 204 26 154 0 0.87 0.25 0.2 316.85 0.77 0.45
Hex CC 1A 9A 0 57 19 14 13D 4D 2D
Octal 314 32 232 0 127 31 24 475 115 55
Binary 11001100 11010 10011010 0 1010111 11001 10100 100111101 1001101 101101

Color Harmonies of #CC1A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A9A

Black with #CC1A9A

Text Example


Text Example

White with #CC1A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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