Html Css Color HEX #CB15E5 Deep Magenta

📋 copy color: '#CB15E5'

red 203 ◦ green 21 ◦ blue 229

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

Shades of Deep Magenta #CB15E5

Tints of Deep Magenta #CB15E5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.64%

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

R = 44.81%
G = 4.64%
B = 50.55%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB15E5 (or 0xCB15E5) is known color: Deep Magenta. HEX triplet: CB, 15 and E5. RGB value is (203,21,229). Sum of RGB (Red+Green+Blue) = 203+21+229=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB15E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15E5 is #34EA1A. Grayscale: #626262. Windows color (decimal): -3467803 or 15013323. OLE color: 15013323.

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

Color convert

RGB 203 21 229 -
CMYK 0.11 0.91 0 0.10
HSL 292.5º 0.83% 0.49% -
HSV(B) 292.5º 0.91% 0.9% -
XYZ 39.04 18.89 75.72 -
YUV 99.13 201.3 202.09 -
System Red Green Blue C M Y K H S L
Decimal 203 21 229 0.11 0.91 0 0.10 292.5 0.83 0.49
Hex CB 15 E5 B 5B 0 A 124 53 31
Octal 313 25 345 13 133 0 12 444 123 61
Binary 11001011 10101 11100101 1011 1011011 0 1010 100100100 1010011 110001

Color Harmonies of #CB15E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15E5

Black with #CB15E5

Text Example


Text Example

White with #CB15E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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