Html Css Color HEX #CB09DA Deep Magenta

📋 copy color: '#CB09DA'

red 203 ◦ green 9 ◦ blue 218

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

Shades of Deep Magenta #CB09DA

Tints of Deep Magenta #CB09DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 47.21%
G = 2.09%
B = 50.7%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB09DA (or 0xCB09DA) is known color: Deep Magenta. HEX triplet: CB, 09 and DA. RGB value is (203,9,218). Sum of RGB (Red+Green+Blue) = 203+9+218=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB09DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09DA is #34F625. Grayscale: #5A5A5A. Windows color (decimal): -3470886 or 14289355. OLE color: 14289355.

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

Color convert

RGB 203 9 218 -
CMYK 0.07 0.96 0 0.15
HSL 295.69º 0.92% 0.45% -
HSV(B) 295.69º 0.96% 0.85% -
XYZ 37.38 17.95 67.82 -
YUV 90.83 199.77 208.01 -
System Red Green Blue C M Y K H S L
Decimal 203 9 218 0.07 0.96 0 0.15 295.69 0.92 0.45
Hex CB 9 DA 7 60 0 F 128 5C 2D
Octal 313 11 332 7 140 0 17 450 134 55
Binary 11001011 1001 11011010 111 1100000 0 1111 100101000 1011100 101101

Color Harmonies of #CB09DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09DA

Black with #CB09DA

Text Example


Text Example

White with #CB09DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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