Html Css Color HEX #CD088E Medium Violet Red

📋 copy color: '#CD088E'

red 205 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #CD088E

Tints of Medium Violet Red #CD088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 57.75%
G = 2.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD088E (or 0xCD088E) is known color: Medium Violet Red. HEX triplet: CD, 08 and 8E. RGB value is (205,8,142). Sum of RGB (Red+Green+Blue) = 205+8+142=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD088E is #32F771. Grayscale: #515151. Windows color (decimal): -3340146 or 9308365. OLE color: 9308365.

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

Color convert

RGB 205 8 142 -
CMYK 0 0.96 0.31 0.20
HSL 319.19º 0.92% 0.42% -
HSV(B) 319.19º 0.96% 0.8% -
XYZ 30.15 15.11 26.92 -
YUV 82.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 205 8 142 0 0.96 0.31 0.20 319.19 0.92 0.42
Hex CD 8 8E 0 60 1F 14 13F 5C 2A
Octal 315 10 216 0 140 37 24 477 134 52
Binary 11001101 1000 10001110 0 1100000 11111 10100 100111111 1011100 101010

Color Harmonies of #CD088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD088E

Black with #CD088E

Text Example


Text Example

White with #CD088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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