Html Css Color HEX #CB098C Medium Violet Red

📋 copy color: '#CB098C'

red 203 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #CB098C

Tints of Medium Violet Red #CB098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 57.67%
G = 2.56%
B = 39.77%

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

#CB098C (or 0xCB098C) is known color: Medium Violet Red. HEX triplet: CB, 09 and 8C. RGB value is (203,9,140). Sum of RGB (Red+Green+Blue) = 203+9+140=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB098C is #34F673. Grayscale: #515151. Windows color (decimal): -3470964 or 9177547. OLE color: 9177547.

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

Color convert

RGB 203 9 140 -
CMYK 0 0.96 0.31 0.20
HSL 319.48º 0.92% 0.42% -
HSV(B) 319.48º 0.96% 0.8% -
XYZ 29.46 14.79 26.11 -
YUV 81.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 203 9 140 0 0.96 0.31 0.20 319.48 0.92 0.42
Hex CB 9 8C 0 60 1F 14 13F 5C 2A
Octal 313 11 214 0 140 37 24 477 134 52
Binary 11001011 1001 10001100 0 1100000 11111 10100 100111111 1011100 101010

Color Harmonies of #CB098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB098C

Black with #CB098C

Text Example


Text Example

White with #CB098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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