Html Css Color HEX #CD159B Medium Violet Red

📋 copy color: '#CD159B'

red 205 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #CD159B

Tints of Medium Violet Red #CD159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 53.81%
G = 5.51%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD159B (or 0xCD159B) is known color: Medium Violet Red. HEX triplet: CD, 15 and 9B. RGB value is (205,21,155). Sum of RGB (Red+Green+Blue) = 205+21+155=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD159B is #32EA64. Grayscale: #5A5A5A. Windows color (decimal): -3336805 or 10163661. OLE color: 10163661.

HSL color Cylindrical-coordinate representation of color #CD159B: hue angle of 316.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD159B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 155 -
CMYK 0 0.90 0.24 0.20
HSL 316.3º 0.81% 0.44% -
HSV(B) 316.3º 0.9% 0.8% -
XYZ 31.36 15.88 32.42 -
YUV 91.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 205 21 155 0 0.90 0.24 0.20 316.3 0.81 0.44
Hex CD 15 9B 0 5A 18 14 13C 51 2C
Octal 315 25 233 0 132 30 24 474 121 54
Binary 11001101 10101 10011011 0 1011010 11000 10100 100111100 1010001 101100

Color Harmonies of #CD159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD159B

Black with #CD159B

Text Example


Text Example

White with #CD159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD159B; }

 p { color: rgb(205,21,155); }

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

background-color css

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

 a { background-color: rgb(205,21,155); }

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

border-color css

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

 span { border-color: rgb(205,21,155); }

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