Html Css Color HEX #CC107E Medium Violet Red

📋 copy color: '#CC107E'

red 204 ◦ green 16 ◦ blue 126

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

Shades of Medium Violet Red #CC107E

Tints of Medium Violet Red #CC107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 58.96%
G = 4.62%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC107E (or 0xCC107E) is known color: Medium Violet Red. HEX triplet: CC, 10 and 7E. RGB value is (204,16,126). Sum of RGB (Red+Green+Blue) = 204+16+126=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC107E is #33EF81. Grayscale: #545454. Windows color (decimal): -3403650 or 8261836. OLE color: 8261836.

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

Color convert

RGB 204 16 126 -
CMYK 0 0.92 0.38 0.2
HSL 324.89º 0.85% 0.43% -
HSV(B) 324.89º 0.92% 0.8% -
XYZ 28.85 14.71 21.06 -
YUV 84.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 204 16 126 0 0.92 0.38 0.2 324.89 0.85 0.43
Hex CC 10 7E 0 5C 26 14 145 55 2B
Octal 314 20 176 0 134 46 24 505 125 53
Binary 11001100 10000 1111110 0 1011100 100110 10100 101000101 1010101 101011

Color Harmonies of #CC107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC107E

Black with #CC107E

Text Example


Text Example

White with #CC107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC107E; }

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

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

background-color css

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

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

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

border-color css

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

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

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