Html Css Color HEX #CD0184 Medium Violet Red

📋 copy color: '#CD0184'

red 205 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #CD0184

Tints of Medium Violet Red #CD0184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 60.65%
G = 0.3%
B = 39.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CD0184 (or 0xCD0184) is known color: Medium Violet Red. HEX triplet: CD, 01 and 84. RGB value is (205,1,132). Sum of RGB (Red+Green+Blue) = 205+1+132=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0184 is #32FE7B. Grayscale: #4C4C4C. Windows color (decimal): -3341948 or 8651213. OLE color: 8651213.

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

Color convert

RGB 205 1 132 -
CMYK 0 1.00 0.36 0.20
HSL 321.47º 0.99% 0.4% -
HSV(B) 321.47º 1% 0.8% -
XYZ 29.35 14.67 23.11 -
YUV 76.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 205 1 132 0 1.00 0.36 0.20 321.47 0.99 0.4
Hex CD 1 84 0 64 24 14 141 63 28
Octal 315 1 204 0 144 44 24 501 143 50
Binary 11001101 1 10000100 0 1100100 100100 10100 101000001 1100011 101000

Color Harmonies of #CD0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0184

Black with #CD0184

Text Example


Text Example

White with #CD0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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