Html Css Color HEX #CB09DD Deep Magenta

📋 copy color: '#CB09DD'

red 203 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #CB09DD

Tints of Deep Magenta #CB09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.08%

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

R = 46.88%
G = 2.08%
B = 51.04%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB09DD (or 0xCB09DD) is known color: Deep Magenta. HEX triplet: CB, 09 and DD. RGB value is (203,9,221). Sum of RGB (Red+Green+Blue) = 203+9+221=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09DD is #34F622. Grayscale: #5A5A5A. Windows color (decimal): -3470883 or 14485963. OLE color: 14485963.

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

Color convert

RGB 203 9 221 -
CMYK 0.08 0.96 0 0.13
HSL 294.91º 0.92% 0.45% -
HSV(B) 294.91º 0.96% 0.87% -
XYZ 37.78 18.11 69.91 -
YUV 91.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 203 9 221 0.08 0.96 0 0.13 294.91 0.92 0.45
Hex CB 9 DD 8 60 0 D 127 5C 2D
Octal 313 11 335 10 140 0 15 447 134 55
Binary 11001011 1001 11011101 1000 1100000 0 1101 100100111 1011100 101101

Color Harmonies of #CB09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09DD

Black with #CB09DD

Text Example


Text Example

White with #CB09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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