Html Css Color HEX #CD096F Medium Violet Red

📋 copy color: '#CD096F'

red 205 ◦ green 9 ◦ blue 111

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

Shades of Medium Violet Red #CD096F

Tints of Medium Violet Red #CD096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 63.08%
G = 2.77%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD096F (or 0xCD096F) is known color: Medium Violet Red. HEX triplet: CD, 09 and 6F. RGB value is (205,9,111). Sum of RGB (Red+Green+Blue) = 205+9+111=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD096F is #32F690. Grayscale: #4F4F4F. Windows color (decimal): -3339921 or 7277005. OLE color: 7277005.

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

Color convert

RGB 205 9 111 -
CMYK 0 0.96 0.46 0.20
HSL 328.78º 0.92% 0.42% -
HSV(B) 328.78º 0.96% 0.8% -
XYZ 28.14 14.32 16.32 -
YUV 79.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 205 9 111 0 0.96 0.46 0.20 328.78 0.92 0.42
Hex CD 9 6F 0 60 2E 14 149 5C 2A
Octal 315 11 157 0 140 56 24 511 134 52
Binary 11001101 1001 1101111 0 1100000 101110 10100 101001001 1011100 101010

Color Harmonies of #CD096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD096F

Black with #CD096F

Text Example


Text Example

White with #CD096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD096F; }

 p { color: rgb(205,9,111); }

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

background-color css

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

 a { background-color: rgb(205,9,111); }

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

border-color css

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

 span { border-color: rgb(205,9,111); }

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