Html Css Color HEX #CD18A3 Medium Violet Red

📋 copy color: '#CD18A3'

red 205 ◦ green 24 ◦ blue 163

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

Shades of Medium Violet Red #CD18A3

Tints of Medium Violet Red #CD18A3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

 BLUE value IS 163 (64.06% from 255) = 41.58%

R = 52.3%
G = 6.12%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CD18A3 (or 0xCD18A3) is known color: Medium Violet Red. HEX triplet: CD, 18 and A3. RGB value is (205,24,163). Sum of RGB (Red+Green+Blue) = 205+24+163=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD18A3 is #32E75C. Grayscale: #5D5D5D. Windows color (decimal): -3336029 or 10688717. OLE color: 10688717.

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

Color convert

RGB 205 24 163 -
CMYK 0 0.88 0.20 0.20
HSL 313.92º 0.79% 0.45% -
HSV(B) 313.92º 0.88% 0.8% -
XYZ 32.11 16.28 36.1 -
YUV 93.97 166.97 207.2 -
System Red Green Blue C M Y K H S L
Decimal 205 24 163 0 0.88 0.20 0.20 313.92 0.79 0.45
Hex CD 18 A3 0 58 14 14 13A 4F 2D
Octal 315 30 243 0 130 24 24 472 117 55
Binary 11001101 11000 10100011 0 1011000 10100 10100 100111010 1001111 101101

Color Harmonies of #CD18A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18A3

Black with #CD18A3

Text Example


Text Example

White with #CD18A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18A3; }

 p { color: rgb(205,24,163); }

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

background-color css

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

 a { background-color: rgb(205,24,163); }

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

border-color css

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

 span { border-color: rgb(205,24,163); }

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