Html Css Color HEX #CD087D Medium Violet Red

📋 copy color: '#CD087D'

red 205 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #CD087D

Tints of Medium Violet Red #CD087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 60.65%
G = 2.37%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD087D (or 0xCD087D) is known color: Medium Violet Red. HEX triplet: CD, 08 and 7D. RGB value is (205,8,125). Sum of RGB (Red+Green+Blue) = 205+8+125=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD087D is #32F782. Grayscale: #4F4F4F. Windows color (decimal): -3340163 or 8194253. OLE color: 8194253.

HSL color Cylindrical-coordinate representation of color #CD087D: hue angle of 324.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD087D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 8 125 -
CMYK 0 0.96 0.39 0.20
HSL 324.37º 0.92% 0.42% -
HSV(B) 324.37º 0.96% 0.8% -
XYZ 28.97 14.63 20.7 -
YUV 80.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 205 8 125 0 0.96 0.39 0.20 324.37 0.92 0.42
Hex CD 8 7D 0 60 27 14 144 5C 2A
Octal 315 10 175 0 140 47 24 504 134 52
Binary 11001101 1000 1111101 0 1100000 100111 10100 101000100 1011100 101010

Color Harmonies of #CD087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD087D

Black with #CD087D

Text Example


Text Example

White with #CD087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD087D; }

 p { color: rgb(205,8,125); }

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

background-color css

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

 a { background-color: rgb(205,8,125); }

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

border-color css

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

 span { border-color: rgb(205,8,125); }

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