Html Css Color HEX #CD0687 Medium Violet Red

📋 copy color: '#CD0687'

red 205 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #CD0687

Tints of Medium Violet Red #CD0687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 59.25%
G = 1.73%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD0687 (or 0xCD0687) is known color: Medium Violet Red. HEX triplet: CD, 06 and 87. RGB value is (205,6,135). Sum of RGB (Red+Green+Blue) = 205+6+135=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0687 is #32F978. Grayscale: #4F4F4F. Windows color (decimal): -3340665 or 8849101. OLE color: 8849101.

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

Color convert

RGB 205 6 135 -
CMYK 0 0.97 0.34 0.20
HSL 321.11º 0.94% 0.41% -
HSV(B) 321.11º 0.97% 0.8% -
XYZ 29.62 14.86 24.23 -
YUV 80.21 158.93 217.01 -
System Red Green Blue C M Y K H S L
Decimal 205 6 135 0 0.97 0.34 0.20 321.11 0.94 0.41
Hex CD 6 87 0 61 22 14 141 5E 29
Octal 315 6 207 0 141 42 24 501 136 51
Binary 11001101 110 10000111 0 1100001 100010 10100 101000001 1011110 101001

Color Harmonies of #CD0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0687

Black with #CD0687

Text Example


Text Example

White with #CD0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0687; }

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

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

background-color css

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

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

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

border-color css

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

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

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