Html Css Color HEX #CB08BB Deep Magenta

📋 copy color: '#CB08BB'

red 203 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #CB08BB

Tints of Deep Magenta #CB08BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 51.01%
G = 2.01%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB08BB (or 0xCB08BB) is known color: Deep Magenta. HEX triplet: CB, 08 and BB. RGB value is (203,8,187). Sum of RGB (Red+Green+Blue) = 203+8+187=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08BB is #34F744. Grayscale: #565656. Windows color (decimal): -3471173 or 12257483. OLE color: 12257483.

HSL color Cylindrical-coordinate representation of color #CB08BB: hue angle of 304.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08BB is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 187 -
CMYK 0 0.96 0.08 0.20
HSL 304.92º 0.92% 0.41% -
HSV(B) 304.92º 0.96% 0.8% -
XYZ 33.69 16.46 48.42 -
YUV 86.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 203 8 187 0 0.96 0.08 0.20 304.92 0.92 0.41
Hex CB 8 BB 0 60 8 14 131 5C 29
Octal 313 10 273 0 140 10 24 461 134 51
Binary 11001011 1000 10111011 0 1100000 1000 10100 100110001 1011100 101001

Color Harmonies of #CB08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB08BB

Black with #CB08BB

Text Example


Text Example

White with #CB08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB08BB; }

 p { color: rgb(203,8,187); }

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

background-color css

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

 a { background-color: rgb(203,8,187); }

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

border-color css

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

 span { border-color: rgb(203,8,187); }

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