Html Css Color HEX #CC127A Medium Violet Red

📋 copy color: '#CC127A'

red 204 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #CC127A

Tints of Medium Violet Red #CC127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 59.3%
G = 5.23%
B = 35.47%

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

#CC127A (or 0xCC127A) is known color: Medium Violet Red. HEX triplet: CC, 12 and 7A. RGB value is (204,18,122). Sum of RGB (Red+Green+Blue) = 204+18+122=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127A is #33ED85. Grayscale: #555555. Windows color (decimal): -3403142 or 8000204. OLE color: 8000204.

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

Color convert

RGB 204 18 122 -
CMYK 0 0.91 0.40 0.2
HSL 326.45º 0.84% 0.44% -
HSV(B) 326.45º 0.91% 0.8% -
XYZ 28.63 14.68 19.74 -
YUV 85.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 204 18 122 0 0.91 0.40 0.2 326.45 0.84 0.44
Hex CC 12 7A 0 5B 28 14 146 54 2C
Octal 314 22 172 0 133 50 24 506 124 54
Binary 11001100 10010 1111010 0 1011011 101000 10100 101000110 1010100 101100

Color Harmonies of #CC127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC127A

Black with #CC127A

Text Example


Text Example

White with #CC127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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