Html Css Color HEX #CD1C7B Medium Violet Red

📋 copy color: '#CD1C7B'

red 205 ◦ green 28 ◦ blue 123

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

Shades of Medium Violet Red #CD1C7B

Tints of Medium Violet Red #CD1C7B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

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

R = 57.58%
G = 7.87%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD1C7B (or 0xCD1C7B) is known color: Medium Violet Red. HEX triplet: CD, 1C and 7B. RGB value is (205,28,123). Sum of RGB (Red+Green+Blue) = 205+28+123=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C7B is #32E384. Grayscale: #5B5B5B. Windows color (decimal): -3335045 or 8068301. OLE color: 8068301.

HSL color Cylindrical-coordinate representation of color #CD1C7B: hue angle of 327.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C7B is Cyan = 0, Magento = 0.86, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 123 -
CMYK 0 0.86 0.4 0.20
HSL 327.8º 0.76% 0.46% -
HSV(B) 327.8º 0.86% 0.8% -
XYZ 29.17 15.24 20.14 -
YUV 91.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 205 28 123 0 0.86 0.4 0.20 327.8 0.76 0.46
Hex CD 1C 7B 0 56 28 14 148 4C 2E
Octal 315 34 173 0 126 50 24 510 114 56
Binary 11001101 11100 1111011 0 1010110 101000 10100 101001000 1001100 101110

Color Harmonies of #CD1C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C7B

Black with #CD1C7B

Text Example


Text Example

White with #CD1C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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