Html Css Color HEX #CB05E5 Deep Magenta

📋 copy color: '#CB05E5'

red 203 ◦ green 5 ◦ blue 229

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

Shades of Deep Magenta #CB05E5

Tints of Deep Magenta #CB05E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 229 (89.84% from 255) = 52.4%

R = 46.45%
G = 1.14%
B = 52.4%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB05E5 (or 0xCB05E5) is known color: Deep Magenta. HEX triplet: CB, 05 and E5. RGB value is (203,5,229). Sum of RGB (Red+Green+Blue) = 203+5+229=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB05E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05E5 is #34FA1A. Grayscale: #595959. Windows color (decimal): -3471899 or 15009227. OLE color: 15009227.

HSL color Cylindrical-coordinate representation of color #CB05E5: hue angle of 293.04º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05E5 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 5 229 -
CMYK 0.11 0.98 0 0.10
HSL 293.04º 0.96% 0.46% -
HSV(B) 293.04º 0.98% 0.9% -
XYZ 38.83 18.46 75.65 -
YUV 89.74 206.6 208.79 -
System Red Green Blue C M Y K H S L
Decimal 203 5 229 0.11 0.98 0 0.10 293.04 0.96 0.46
Hex CB 5 E5 B 62 0 A 125 60 2E
Octal 313 5 345 13 142 0 12 445 140 56
Binary 11001011 101 11100101 1011 1100010 0 1010 100100101 1100000 101110

Color Harmonies of #CB05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB05E5

Black with #CB05E5

Text Example


Text Example

White with #CB05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB05E5; }

 p { color: rgb(203,5,229); }

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

background-color css

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

 a { background-color: rgb(203,5,229); }

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

border-color css

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

 span { border-color: rgb(203,5,229); }

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