Html Css Color HEX #CB07DD Deep Magenta

📋 copy color: '#CB07DD'

red 203 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #CB07DD

Tints of Deep Magenta #CB07DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 47.1%
G = 1.62%
B = 51.28%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB07DD (or 0xCB07DD) is known color: Deep Magenta. HEX triplet: CB, 07 and DD. RGB value is (203,7,221). Sum of RGB (Red+Green+Blue) = 203+7+221=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07DD is #34F822. Grayscale: #595959. Windows color (decimal): -3471395 or 14485451. OLE color: 14485451.

HSL color Cylindrical-coordinate representation of color #CB07DD: hue angle of 294.95º 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 #CB07DD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 7 221 -
CMYK 0.08 0.97 0 0.13
HSL 294.95º 0.94% 0.45% -
HSV(B) 294.95º 0.97% 0.87% -
XYZ 37.76 18.07 69.9 -
YUV 90 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 203 7 221 0.08 0.97 0 0.13 294.95 0.94 0.45
Hex CB 7 DD 8 61 0 D 127 5E 2D
Octal 313 7 335 10 141 0 15 447 136 55
Binary 11001011 111 11011101 1000 1100001 0 1101 100100111 1011110 101101

Color Harmonies of #CB07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07DD

Black with #CB07DD

Text Example


Text Example

White with #CB07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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