Html Css Color HEX #CB13BE Deep Magenta

📋 copy color: '#CB13BE'

red 203 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #CB13BE

Tints of Deep Magenta #CB13BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 49.27%
G = 4.61%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB13BE (or 0xCB13BE) is known color: Deep Magenta. HEX triplet: CB, 13 and BE. RGB value is (203,19,190). Sum of RGB (Red+Green+Blue) = 203+19+190=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13BE is #34EC41. Grayscale: #5D5D5D. Windows color (decimal): -3468354 or 12456907. OLE color: 12456907.

HSL color Cylindrical-coordinate representation of color #CB13BE: hue angle of 304.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13BE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 190 -
CMYK 0 0.91 0.06 0.20
HSL 304.24º 0.83% 0.44% -
HSV(B) 304.24º 0.91% 0.8% -
XYZ 34.16 16.88 50.17 -
YUV 93.51 182.46 206.1 -
System Red Green Blue C M Y K H S L
Decimal 203 19 190 0 0.91 0.06 0.20 304.24 0.83 0.44
Hex CB 13 BE 0 5B 6 14 130 53 2C
Octal 313 23 276 0 133 6 24 460 123 54
Binary 11001011 10011 10111110 0 1011011 110 10100 100110000 1010011 101100

Color Harmonies of #CB13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13BE

Black with #CB13BE

Text Example


Text Example

White with #CB13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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