Html Css Color HEX #CB07DE Deep Magenta

📋 copy color: '#CB07DE'

red 203 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #CB07DE

Tints of Deep Magenta #CB07DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 46.99%
G = 1.62%
B = 51.39%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB07DE (or 0xCB07DE) is known color: Deep Magenta. HEX triplet: CB, 07 and DE. RGB value is (203,7,222). Sum of RGB (Red+Green+Blue) = 203+7+222=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07DE is #34F821. Grayscale: #595959. Windows color (decimal): -3471394 or 14550987. OLE color: 14550987.

HSL color Cylindrical-coordinate representation of color #CB07DE: hue angle of 294.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07DE is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 7 222 -
CMYK 0.09 0.97 0 0.13
HSL 294.7º 0.94% 0.45% -
HSV(B) 294.7º 0.97% 0.87% -
XYZ 37.89 18.12 70.61 -
YUV 90.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 203 7 222 0.09 0.97 0 0.13 294.7 0.94 0.45
Hex CB 7 DE 9 61 0 D 127 5E 2D
Octal 313 7 336 11 141 0 15 447 136 55
Binary 11001011 111 11011110 1001 1100001 0 1101 100100111 1011110 101101

Color Harmonies of #CB07DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07DE

Black with #CB07DE

Text Example


Text Example

White with #CB07DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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