Html Css Color HEX #CC109A Medium Violet Red

📋 copy color: '#CC109A'

red 204 ◦ green 16 ◦ blue 154

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

Shades of Medium Violet Red #CC109A

Tints of Medium Violet Red #CC109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 54.55%
G = 4.28%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC109A (or 0xCC109A) is known color: Medium Violet Red. HEX triplet: CC, 10 and 9A. RGB value is (204,16,154). Sum of RGB (Red+Green+Blue) = 204+16+154=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC109A is #33EF65. Grayscale: #575757. Windows color (decimal): -3403622 or 10096844. OLE color: 10096844.

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

Color convert

RGB 204 16 154 -
CMYK 0 0.92 0.25 0.2
HSL 315.96º 0.85% 0.43% -
HSV(B) 315.96º 0.92% 0.8% -
XYZ 30.92 15.54 31.94 -
YUV 87.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 204 16 154 0 0.92 0.25 0.2 315.96 0.85 0.43
Hex CC 10 9A 0 5C 19 14 13C 55 2B
Octal 314 20 232 0 134 31 24 474 125 53
Binary 11001100 10000 10011010 0 1011100 11001 10100 100111100 1010101 101011

Color Harmonies of #CC109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC109A

Black with #CC109A

Text Example


Text Example

White with #CC109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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