Html Css Color HEX #CC107B Medium Violet Red

📋 copy color: '#CC107B'

red 204 ◦ green 16 ◦ blue 123

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

Shades of Medium Violet Red #CC107B

Tints of Medium Violet Red #CC107B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 59.48%
G = 4.66%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC107B (or 0xCC107B) is known color: Medium Violet Red. HEX triplet: CC, 10 and 7B. RGB value is (204,16,123). Sum of RGB (Red+Green+Blue) = 204+16+123=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC107B is #33EF84. Grayscale: #545454. Windows color (decimal): -3403653 or 8065228. OLE color: 8065228.

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

Color convert

RGB 204 16 123 -
CMYK 0 0.92 0.40 0.2
HSL 325.85º 0.85% 0.43% -
HSV(B) 325.85º 0.92% 0.8% -
XYZ 28.66 14.64 20.05 -
YUV 84.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 204 16 123 0 0.92 0.40 0.2 325.85 0.85 0.43
Hex CC 10 7B 0 5C 28 14 146 55 2B
Octal 314 20 173 0 134 50 24 506 125 53
Binary 11001100 10000 1111011 0 1011100 101000 10100 101000110 1010101 101011

Color Harmonies of #CC107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC107B

Black with #CC107B

Text Example


Text Example

White with #CC107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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