Html Css Color HEX #CD127B Medium Violet Red

📋 copy color: '#CD127B'

red 205 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #CD127B

Tints of Medium Violet Red #CD127B

RGB

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

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

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

R = 59.25%
G = 5.2%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD127B (or 0xCD127B) is known color: Medium Violet Red. HEX triplet: CD, 12 and 7B. RGB value is (205,18,123). Sum of RGB (Red+Green+Blue) = 205+18+123=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD127B is #32ED84. Grayscale: #555555. Windows color (decimal): -3337605 or 8065741. OLE color: 8065741.

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

Color convert

RGB 205 18 123 -
CMYK 0 0.91 0.4 0.20
HSL 326.31º 0.84% 0.44% -
HSV(B) 326.31º 0.91% 0.8% -
XYZ 28.97 14.84 20.08 -
YUV 85.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 205 18 123 0 0.91 0.4 0.20 326.31 0.84 0.44
Hex CD 12 7B 0 5B 28 14 146 54 2C
Octal 315 22 173 0 133 50 24 506 124 54
Binary 11001101 10010 1111011 0 1011011 101000 10100 101000110 1010100 101100

Color Harmonies of #CD127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD127B

Black with #CD127B

Text Example


Text Example

White with #CD127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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