Html Css Color HEX #CB099C Medium Violet Red

📋 copy color: '#CB099C'

red 203 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #CB099C

Tints of Medium Violet Red #CB099C

RGB

 RED value IS 203 (79.69% from 255) = 55.16%

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 55.16%
G = 2.45%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB099C (or 0xCB099C) is known color: Medium Violet Red. HEX triplet: CB, 09 and 9C. RGB value is (203,9,156). Sum of RGB (Red+Green+Blue) = 203+9+156=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB099C is #34F663. Grayscale: #535353. Windows color (decimal): -3470948 or 10226123. OLE color: 10226123.

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

Color convert

RGB 203 9 156 -
CMYK 0 0.96 0.23 0.20
HSL 314.54º 0.92% 0.42% -
HSV(B) 314.54º 0.96% 0.8% -
XYZ 30.73 15.29 32.78 -
YUV 83.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 203 9 156 0 0.96 0.23 0.20 314.54 0.92 0.42
Hex CB 9 9C 0 60 17 14 13B 5C 2A
Octal 313 11 234 0 140 27 24 473 134 52
Binary 11001011 1001 10011100 0 1100000 10111 10100 100111011 1011100 101010

Color Harmonies of #CB099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB099C

Black with #CB099C

Text Example


Text Example

White with #CB099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB099C; }

 p { color: rgb(203,9,156); }

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

background-color css

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

 a { background-color: rgb(203,9,156); }

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

border-color css

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

 span { border-color: rgb(203,9,156); }

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