Html Css Color HEX #CC127B Medium Violet Red

📋 copy color: '#CC127B'

red 204 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #CC127B

Tints of Medium Violet Red #CC127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 59.13%
G = 5.22%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC127B (or 0xCC127B) is known color: Medium Violet Red. HEX triplet: CC, 12 and 7B. RGB value is (204,18,123). Sum of RGB (Red+Green+Blue) = 204+18+123=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127B is #33ED84. Grayscale: #555555. Windows color (decimal): -3403141 or 8065740. OLE color: 8065740.

HSL color Cylindrical-coordinate representation of color #CC127B: hue angle of 326.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC127B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 123 -
CMYK 0 0.91 0.40 0.2
HSL 326.13º 0.84% 0.44% -
HSV(B) 326.13º 0.91% 0.8% -
XYZ 28.69 14.7 20.06 -
YUV 85.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 204 18 123 0 0.91 0.40 0.2 326.13 0.84 0.44
Hex CC 12 7B 0 5B 28 14 146 54 2C
Octal 314 22 173 0 133 50 24 506 124 54
Binary 11001100 10010 1111011 0 1011011 101000 10100 101000110 1010100 101100

Color Harmonies of #CC127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC127B

Black with #CC127B

Text Example


Text Example

White with #CC127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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