Html Css Color HEX #CB04BD Deep Magenta

📋 copy color: '#CB04BD'

red 203 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #CB04BD

Tints of Deep Magenta #CB04BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 51.26%
G = 1.01%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB04BD (or 0xCB04BD) is known color: Deep Magenta. HEX triplet: CB, 04 and BD. RGB value is (203,4,189). Sum of RGB (Red+Green+Blue) = 203+4+189=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04BD is #34FB42. Grayscale: #545454. Windows color (decimal): -3472195 or 12387531. OLE color: 12387531.

HSL color Cylindrical-coordinate representation of color #CB04BD: hue angle of 304.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04BD is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 189 -
CMYK 0 0.98 0.07 0.20
HSL 304.22º 0.96% 0.41% -
HSV(B) 304.22º 0.98% 0.8% -
XYZ 33.86 16.46 49.54 -
YUV 84.59 186.93 212.46 -
System Red Green Blue C M Y K H S L
Decimal 203 4 189 0 0.98 0.07 0.20 304.22 0.96 0.41
Hex CB 4 BD 0 62 7 14 130 60 29
Octal 313 4 275 0 142 7 24 460 140 51
Binary 11001011 100 10111101 0 1100010 111 10100 100110000 1100000 101001

Color Harmonies of #CB04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04BD

Black with #CB04BD

Text Example


Text Example

White with #CB04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB04BD; }

 p { color: rgb(203,4,189); }

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

background-color css

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

 a { background-color: rgb(203,4,189); }

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

border-color css

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

 span { border-color: rgb(203,4,189); }

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