Html Css Color HEX #CD127F Medium Violet Red

📋 copy color: '#CD127F'

red 205 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #CD127F

Tints of Medium Violet Red #CD127F

RGB

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

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

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

R = 58.57%
G = 5.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD127F (or 0xCD127F) is known color: Medium Violet Red. HEX triplet: CD, 12 and 7F. RGB value is (205,18,127). Sum of RGB (Red+Green+Blue) = 205+18+127=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD127F is #32ED80. Grayscale: #565656. Windows color (decimal): -3337601 or 8327885. OLE color: 8327885.

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

Color convert

RGB 205 18 127 -
CMYK 0 0.91 0.38 0.20
HSL 325.03º 0.84% 0.44% -
HSV(B) 325.03º 0.91% 0.8% -
XYZ 29.22 14.94 21.42 -
YUV 86.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 205 18 127 0 0.91 0.38 0.20 325.03 0.84 0.44
Hex CD 12 7F 0 5B 26 14 145 54 2C
Octal 315 22 177 0 133 46 24 505 124 54
Binary 11001101 10010 1111111 0 1011011 100110 10100 101000101 1010100 101100

Color Harmonies of #CD127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD127F

Black with #CD127F

Text Example


Text Example

White with #CD127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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