Html Css Color HEX #CC108C Medium Violet Red

📋 copy color: '#CC108C'

red 204 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #CC108C

Tints of Medium Violet Red #CC108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 56.67%
G = 4.44%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC108C (or 0xCC108C) is known color: Medium Violet Red. HEX triplet: CC, 10 and 8C. RGB value is (204,16,140). Sum of RGB (Red+Green+Blue) = 204+16+140=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC108C is #33EF73. Grayscale: #565656. Windows color (decimal): -3403636 or 9179340. OLE color: 9179340.

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

Color convert

RGB 204 16 140 -
CMYK 0 0.92 0.31 0.2
HSL 320.43º 0.85% 0.43% -
HSV(B) 320.43º 0.92% 0.8% -
XYZ 29.82 15.1 26.15 -
YUV 86.35 158.28 211.92 -
System Red Green Blue C M Y K H S L
Decimal 204 16 140 0 0.92 0.31 0.2 320.43 0.85 0.43
Hex CC 10 8C 0 5C 1F 14 140 55 2B
Octal 314 20 214 0 134 37 24 500 125 53
Binary 11001100 10000 10001100 0 1011100 11111 10100 101000000 1010101 101011

Color Harmonies of #CC108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC108C

Black with #CC108C

Text Example


Text Example

White with #CC108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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