Html Css Color HEX #CB098E Medium Violet Red

📋 copy color: '#CB098E'

red 203 ◦ green 9 ◦ blue 142

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

Shades of Medium Violet Red #CB098E

Tints of Medium Violet Red #CB098E

RGB

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

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

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

R = 57.34%
G = 2.54%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB098E (or 0xCB098E) is known color: Medium Violet Red. HEX triplet: CB, 09 and 8E. RGB value is (203,9,142). Sum of RGB (Red+Green+Blue) = 203+9+142=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB098E is #34F671. Grayscale: #515151. Windows color (decimal): -3470962 or 9308619. OLE color: 9308619.

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

Color convert

RGB 203 9 142 -
CMYK 0 0.96 0.30 0.20
HSL 318.87º 0.92% 0.42% -
HSV(B) 318.87º 0.96% 0.8% -
XYZ 29.61 14.84 26.9 -
YUV 82.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 203 9 142 0 0.96 0.30 0.20 318.87 0.92 0.42
Hex CB 9 8E 0 60 1E 14 13F 5C 2A
Octal 313 11 216 0 140 36 24 477 134 52
Binary 11001011 1001 10001110 0 1100000 11110 10100 100111111 1011100 101010

Color Harmonies of #CB098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB098E

Black with #CB098E

Text Example


Text Example

White with #CB098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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