Html Css Color HEX #CC127F Medium Violet Red

📋 copy color: '#CC127F'

red 204 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #CC127F

Tints of Medium Violet Red #CC127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 58.45%
G = 5.16%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC127F (or 0xCC127F) is known color: Medium Violet Red. HEX triplet: CC, 12 and 7F. RGB value is (204,18,127). Sum of RGB (Red+Green+Blue) = 204+18+127=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127F is #33ED80. Grayscale: #555555. Windows color (decimal): -3403137 or 8327884. OLE color: 8327884.

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

Color convert

RGB 204 18 127 -
CMYK 0 0.91 0.38 0.2
HSL 324.84º 0.84% 0.44% -
HSV(B) 324.84º 0.91% 0.8% -
XYZ 28.95 14.8 21.41 -
YUV 86.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 204 18 127 0 0.91 0.38 0.2 324.84 0.84 0.44
Hex CC 12 7F 0 5B 26 14 145 54 2C
Octal 314 22 177 0 133 46 24 505 124 54
Binary 11001100 10010 1111111 0 1011011 100110 10100 101000101 1010100 101100

Color Harmonies of #CC127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC127F

Black with #CC127F

Text Example


Text Example

White with #CC127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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