Html Css Color HEX #CB13E4 Deep Magenta

📋 copy color: '#CB13E4'

red 203 ◦ green 19 ◦ blue 228

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

Shades of Deep Magenta #CB13E4

Tints of Deep Magenta #CB13E4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.22%

 BLUE value IS 228 (89.45% from 255) = 50.67%

R = 45.11%
G = 4.22%
B = 50.67%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB13E4 (or 0xCB13E4) is known color: Deep Magenta. HEX triplet: CB, 13 and E4. RGB value is (203,19,228). Sum of RGB (Red+Green+Blue) = 203+19+228=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB13E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13E4 is #34EC1B. Grayscale: #616161. Windows color (decimal): -3468316 or 14947275. OLE color: 14947275.

HSL color Cylindrical-coordinate representation of color #CB13E4: hue angle of 292.82º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB13E4 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 19 228 -
CMYK 0.11 0.92 0 0.11
HSL 292.82º 0.85% 0.48% -
HSV(B) 292.82º 0.92% 0.89% -
XYZ 38.87 18.76 74.97 -
YUV 97.84 201.46 203.01 -
System Red Green Blue C M Y K H S L
Decimal 203 19 228 0.11 0.92 0 0.11 292.82 0.85 0.48
Hex CB 13 E4 B 5C 0 B 125 55 30
Octal 313 23 344 13 134 0 13 445 125 60
Binary 11001011 10011 11100100 1011 1011100 0 1011 100100101 1010101 110000

Color Harmonies of #CB13E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13E4

Black with #CB13E4

Text Example


Text Example

White with #CB13E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13E4; }

 p { color: rgb(203,19,228); }

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

background-color css

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

 a { background-color: rgb(203,19,228); }

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

border-color css

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

 span { border-color: rgb(203,19,228); }

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