Html Css Color HEX #CB07DB Deep Magenta

📋 copy color: '#CB07DB'

red 203 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #CB07DB

Tints of Deep Magenta #CB07DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 47.32%
G = 1.63%
B = 51.05%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB07DB (or 0xCB07DB) is known color: Deep Magenta. HEX triplet: CB, 07 and DB. RGB value is (203,7,219). Sum of RGB (Red+Green+Blue) = 203+7+219=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07DB is #34F824. Grayscale: #595959. Windows color (decimal): -3471397 or 14354379. OLE color: 14354379.

HSL color Cylindrical-coordinate representation of color #CB07DB: hue angle of 295.47º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07DB is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 7 219 -
CMYK 0.07 0.97 0 0.14
HSL 295.47º 0.94% 0.44% -
HSV(B) 295.47º 0.97% 0.86% -
XYZ 37.49 17.96 68.51 -
YUV 89.77 200.93 208.76 -
System Red Green Blue C M Y K H S L
Decimal 203 7 219 0.07 0.97 0 0.14 295.47 0.94 0.44
Hex CB 7 DB 7 61 0 E 127 5E 2C
Octal 313 7 333 7 141 0 16 447 136 54
Binary 11001011 111 11011011 111 1100001 0 1110 100100111 1011110 101100

Color Harmonies of #CB07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07DB

Black with #CB07DB

Text Example


Text Example

White with #CB07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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