Html Css Color HEX #CD127C Medium Violet Red

📋 copy color: '#CD127C'

red 205 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #CD127C

Tints of Medium Violet Red #CD127C

RGB

 RED value IS 205 (80.47% from 255) = 59.08%

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 59.08%
G = 5.19%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD127C (or 0xCD127C) is known color: Medium Violet Red. HEX triplet: CD, 12 and 7C. RGB value is (205,18,124). Sum of RGB (Red+Green+Blue) = 205+18+124=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD127C is #32ED83. Grayscale: #555555. Windows color (decimal): -3337604 or 8131277. OLE color: 8131277.

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

Color convert

RGB 205 18 124 -
CMYK 0 0.91 0.40 0.20
HSL 325.99º 0.84% 0.44% -
HSV(B) 325.99º 0.91% 0.8% -
XYZ 29.03 14.87 20.41 -
YUV 86 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 205 18 124 0 0.91 0.40 0.20 325.99 0.84 0.44
Hex CD 12 7C 0 5B 28 14 146 54 2C
Octal 315 22 174 0 133 50 24 506 124 54
Binary 11001101 10010 1111100 0 1011011 101000 10100 101000110 1010100 101100

Color Harmonies of #CD127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD127C

Black with #CD127C

Text Example


Text Example

White with #CD127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD127C; }

 p { color: rgb(205,18,124); }

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

background-color css

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

 a { background-color: rgb(205,18,124); }

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

border-color css

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

 span { border-color: rgb(205,18,124); }

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