Html Css Color HEX #CD1C81 Medium Violet Red

📋 copy color: '#CD1C81'

red 205 ◦ green 28 ◦ blue 129

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

Shades of Medium Violet Red #CD1C81

Tints of Medium Violet Red #CD1C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 56.63%
G = 7.73%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD1C81 (or 0xCD1C81) is known color: Medium Violet Red. HEX triplet: CD, 1C and 81. RGB value is (205,28,129). Sum of RGB (Red+Green+Blue) = 205+28+129=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1C81 is #32E37E. Grayscale: #5C5C5C. Windows color (decimal): -3335039 or 8461517. OLE color: 8461517.

HSL color Cylindrical-coordinate representation of color #CD1C81: hue angle of 325.76º 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 #CD1C81 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 129 -
CMYK 0 0.86 0.37 0.20
HSL 325.76º 0.76% 0.46% -
HSV(B) 325.76º 0.86% 0.8% -
XYZ 29.55 15.39 22.18 -
YUV 92.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 205 28 129 0 0.86 0.37 0.20 325.76 0.76 0.46
Hex CD 1C 81 0 56 25 14 146 4C 2E
Octal 315 34 201 0 126 45 24 506 114 56
Binary 11001101 11100 10000001 0 1010110 100101 10100 101000110 1001100 101110

Color Harmonies of #CD1C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C81

Black with #CD1C81

Text Example


Text Example

White with #CD1C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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