Html Css Color HEX #CD1A8C Medium Violet Red

📋 copy color: '#CD1A8C'

red 205 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #CD1A8C

Tints of Medium Violet Red #CD1A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.01%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 55.26%
G = 7.01%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD1A8C (or 0xCD1A8C) is known color: Medium Violet Red. HEX triplet: CD, 1A and 8C. RGB value is (205,26,140). Sum of RGB (Red+Green+Blue) = 205+26+140=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1A8C is #32E573. Grayscale: #5C5C5C. Windows color (decimal): -3335540 or 9181901. OLE color: 9181901.

HSL color Cylindrical-coordinate representation of color #CD1A8C: hue angle of 321.79º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A8C is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 140 -
CMYK 0 0.87 0.32 0.20
HSL 321.79º 0.77% 0.45% -
HSV(B) 321.79º 0.87% 0.8% -
XYZ 30.28 15.61 26.23 -
YUV 92.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 205 26 140 0 0.87 0.32 0.20 321.79 0.77 0.45
Hex CD 1A 8C 0 57 20 14 142 4D 2D
Octal 315 32 214 0 127 40 24 502 115 55
Binary 11001101 11010 10001100 0 1010111 100000 10100 101000010 1001101 101101

Color Harmonies of #CD1A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A8C

Black with #CD1A8C

Text Example


Text Example

White with #CD1A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A8C; }

 p { color: rgb(205,26,140); }

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

background-color css

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

 a { background-color: rgb(205,26,140); }

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

border-color css

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

 span { border-color: rgb(205,26,140); }

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