Html Css Color HEX #CB098F Medium Violet Red

📋 copy color: '#CB098F'

red 203 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #CB098F

Tints of Medium Violet Red #CB098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 57.18%
G = 2.54%
B = 40.28%

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

#CB098F (or 0xCB098F) is known color: Medium Violet Red. HEX triplet: CB, 09 and 8F. RGB value is (203,9,143). Sum of RGB (Red+Green+Blue) = 203+9+143=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB098F is #34F670. Grayscale: #515151. Windows color (decimal): -3470961 or 9374155. OLE color: 9374155.

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

Color convert

RGB 203 9 143 -
CMYK 0 0.96 0.30 0.20
HSL 318.56º 0.92% 0.42% -
HSV(B) 318.56º 0.96% 0.8% -
XYZ 29.68 14.88 27.29 -
YUV 82.28 162.27 214.1 -
System Red Green Blue C M Y K H S L
Decimal 203 9 143 0 0.96 0.30 0.20 318.56 0.92 0.42
Hex CB 9 8F 0 60 1E 14 13F 5C 2A
Octal 313 11 217 0 140 36 24 477 134 52
Binary 11001011 1001 10001111 0 1100000 11110 10100 100111111 1011100 101010

Color Harmonies of #CB098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB098F

Black with #CB098F

Text Example


Text Example

White with #CB098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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