Html Css Color HEX #CB13CE Deep Magenta

📋 copy color: '#CB13CE'

red 203 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #CB13CE

Tints of Deep Magenta #CB13CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 47.43%
G = 4.44%
B = 48.13%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB13CE (or 0xCB13CE) is known color: Deep Magenta. HEX triplet: CB, 13 and CE. RGB value is (203,19,206). Sum of RGB (Red+Green+Blue) = 203+19+206=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13CE is #34EC31. Grayscale: #5E5E5E. Windows color (decimal): -3468338 or 13505483. OLE color: 13505483.

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

Color convert

RGB 203 19 206 -
CMYK 0.01 0.91 0 0.19
HSL 299.04º 0.83% 0.44% -
HSV(B) 299.04º 0.91% 0.81% -
XYZ 36 17.62 59.9 -
YUV 95.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 203 19 206 0.01 0.91 0 0.19 299.04 0.83 0.44
Hex CB 13 CE 1 5B 0 13 12B 53 2C
Octal 313 23 316 1 133 0 23 453 123 54
Binary 11001011 10011 11001110 1 1011011 0 10011 100101011 1010011 101100

Color Harmonies of #CB13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13CE

Black with #CB13CE

Text Example


Text Example

White with #CB13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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