Html Css Color HEX #CD018B Medium Violet Red

📋 copy color: '#CD018B'

red 205 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #CD018B

Tints of Medium Violet Red #CD018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 59.42%
G = 0.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD018B (or 0xCD018B) is known color: Medium Violet Red. HEX triplet: CD, 01 and 8B. RGB value is (205,1,139). Sum of RGB (Red+Green+Blue) = 205+1+139=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD018B is #32FE74. Grayscale: #4D4D4D. Windows color (decimal): -3341941 or 9109965. OLE color: 9109965.

HSL color Cylindrical-coordinate representation of color #CD018B: hue angle of 319.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD018B is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 139 -
CMYK 0 1.00 0.32 0.20
HSL 319.41º 0.99% 0.4% -
HSV(B) 319.41º 1% 0.8% -
XYZ 29.85 14.86 25.72 -
YUV 77.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 205 1 139 0 1.00 0.32 0.20 319.41 0.99 0.4
Hex CD 1 8B 0 64 20 14 13F 63 28
Octal 315 1 213 0 144 40 24 477 143 50
Binary 11001101 1 10001011 0 1100100 100000 10100 100111111 1100011 101000

Color Harmonies of #CD018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD018B

Black with #CD018B

Text Example


Text Example

White with #CD018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD018B; }

 p { color: rgb(205,1,139); }

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

background-color css

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

 a { background-color: rgb(205,1,139); }

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

border-color css

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

 span { border-color: rgb(205,1,139); }

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