Html Css Color HEX #CD0686 Medium Violet Red

📋 copy color: '#CD0686'

red 205 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #CD0686

Tints of Medium Violet Red #CD0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 59.42%
G = 1.74%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD0686 (or 0xCD0686) is known color: Medium Violet Red. HEX triplet: CD, 06 and 86. RGB value is (205,6,134). Sum of RGB (Red+Green+Blue) = 205+6+134=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0686 is #32F979. Grayscale: #4F4F4F. Windows color (decimal): -3340666 or 8783565. OLE color: 8783565.

HSL color Cylindrical-coordinate representation of color #CD0686: hue angle of 321.41º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0686 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 134 -
CMYK 0 0.97 0.35 0.20
HSL 321.41º 0.94% 0.41% -
HSV(B) 321.41º 0.97% 0.8% -
XYZ 29.55 14.83 23.86 -
YUV 80.09 158.43 217.09 -
System Red Green Blue C M Y K H S L
Decimal 205 6 134 0 0.97 0.35 0.20 321.41 0.94 0.41
Hex CD 6 86 0 61 23 14 141 5E 29
Octal 315 6 206 0 141 43 24 501 136 51
Binary 11001101 110 10000110 0 1100001 100011 10100 101000001 1011110 101001

Color Harmonies of #CD0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0686

Black with #CD0686

Text Example


Text Example

White with #CD0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0686; }

 p { color: rgb(205,6,134); }

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

background-color css

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

 a { background-color: rgb(205,6,134); }

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

border-color css

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

 span { border-color: rgb(205,6,134); }

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