Html Css Color HEX #CD099B Medium Violet Red

📋 copy color: '#CD099B'

red 205 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #CD099B

Tints of Medium Violet Red #CD099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 55.56%
G = 2.44%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD099B (or 0xCD099B) is known color: Medium Violet Red. HEX triplet: CD, 09 and 9B. RGB value is (205,9,155). Sum of RGB (Red+Green+Blue) = 205+9+155=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD099B is #32F664. Grayscale: #535353. Windows color (decimal): -3339877 or 10160589. OLE color: 10160589.

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

Color convert

RGB 205 9 155 -
CMYK 0 0.96 0.24 0.20
HSL 315.31º 0.92% 0.42% -
HSV(B) 315.31º 0.96% 0.8% -
XYZ 31.19 15.54 32.37 -
YUV 84.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 205 9 155 0 0.96 0.24 0.20 315.31 0.92 0.42
Hex CD 9 9B 0 60 18 14 13B 5C 2A
Octal 315 11 233 0 140 30 24 473 134 52
Binary 11001101 1001 10011011 0 1100000 11000 10100 100111011 1011100 101010

Color Harmonies of #CD099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD099B

Black with #CD099B

Text Example


Text Example

White with #CD099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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