Html Css Color HEX #CB07BB Deep Magenta

📋 copy color: '#CB07BB'

red 203 ◦ green 7 ◦ blue 187

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

Shades of Deep Magenta #CB07BB

Tints of Deep Magenta #CB07BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 51.13%
G = 1.76%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB07BB (or 0xCB07BB) is known color: Deep Magenta. HEX triplet: CB, 07 and BB. RGB value is (203,7,187). Sum of RGB (Red+Green+Blue) = 203+7+187=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07BB is #34F844. Grayscale: #555555. Windows color (decimal): -3471429 or 12257227. OLE color: 12257227.

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

Color convert

RGB 203 7 187 -
CMYK 0 0.97 0.08 0.20
HSL 304.9º 0.93% 0.41% -
HSV(B) 304.9º 0.97% 0.8% -
XYZ 33.67 16.44 48.41 -
YUV 86.12 184.93 211.36 -
System Red Green Blue C M Y K H S L
Decimal 203 7 187 0 0.97 0.08 0.20 304.9 0.93 0.41
Hex CB 7 BB 0 61 8 14 131 5D 29
Octal 313 7 273 0 141 10 24 461 135 51
Binary 11001011 111 10111011 0 1100001 1000 10100 100110001 1011101 101001

Color Harmonies of #CB07BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07BB

Black with #CB07BB

Text Example


Text Example

White with #CB07BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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