Html Css Color HEX #CC108F Medium Violet Red

📋 copy color: '#CC108F'

red 204 ◦ green 16 ◦ blue 143

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

Shades of Medium Violet Red #CC108F

Tints of Medium Violet Red #CC108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 56.2%
G = 4.41%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC108F (or 0xCC108F) is known color: Medium Violet Red. HEX triplet: CC, 10 and 8F. RGB value is (204,16,143). Sum of RGB (Red+Green+Blue) = 204+16+143=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC108F is #33EF70. Grayscale: #565656. Windows color (decimal): -3403633 or 9375948. OLE color: 9375948.

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

Color convert

RGB 204 16 143 -
CMYK 0 0.92 0.30 0.2
HSL 319.47º 0.85% 0.43% -
HSV(B) 319.47º 0.92% 0.8% -
XYZ 30.05 15.19 27.34 -
YUV 86.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 204 16 143 0 0.92 0.30 0.2 319.47 0.85 0.43
Hex CC 10 8F 0 5C 1E 14 13F 55 2B
Octal 314 20 217 0 134 36 24 477 125 53
Binary 11001100 10000 10001111 0 1011100 11110 10100 100111111 1010101 101011

Color Harmonies of #CC108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC108F

Black with #CC108F

Text Example


Text Example

White with #CC108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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