Html Css Color HEX #CB0988 Medium Violet Red

📋 copy color: '#CB0988'

red 203 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #CB0988

Tints of Medium Violet Red #CB0988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.08%

R = 58.33%
G = 2.59%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB0988 (or 0xCB0988) is known color: Medium Violet Red. HEX triplet: CB, 09 and 88. RGB value is (203,9,136). Sum of RGB (Red+Green+Blue) = 203+9+136=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0988 is #34F677. Grayscale: #515151. Windows color (decimal): -3470968 or 8915403. OLE color: 8915403.

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

Color convert

RGB 203 9 136 -
CMYK 0 0.96 0.33 0.20
HSL 320.72º 0.92% 0.42% -
HSV(B) 320.72º 0.96% 0.8% -
XYZ 29.17 14.67 24.59 -
YUV 81.48 158.77 214.67 -
System Red Green Blue C M Y K H S L
Decimal 203 9 136 0 0.96 0.33 0.20 320.72 0.92 0.42
Hex CB 9 88 0 60 21 14 141 5C 2A
Octal 313 11 210 0 140 41 24 501 134 52
Binary 11001011 1001 10001000 0 1100000 100001 10100 101000001 1011100 101010

Color Harmonies of #CB0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0988

Black with #CB0988

Text Example


Text Example

White with #CB0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0988; }

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

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

background-color css

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

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

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

border-color css

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

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

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