Html Css Color HEX #CB17E1 Deep Magenta

📋 copy color: '#CB17E1'

red 203 ◦ green 23 ◦ blue 225

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

Shades of Deep Magenta #CB17E1

Tints of Deep Magenta #CB17E1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.1%

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 45.01%
G = 5.1%
B = 49.89%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB17E1 (or 0xCB17E1) is known color: Deep Magenta. HEX triplet: CB, 17 and E1. RGB value is (203,23,225). Sum of RGB (Red+Green+Blue) = 203+23+225=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB17E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17E1 is #34E81E. Grayscale: #636363. Windows color (decimal): -3467295 or 14751691. OLE color: 14751691.

HSL color Cylindrical-coordinate representation of color #CB17E1: hue angle of 293.47º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB17E1 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 23 225 -
CMYK 0.10 0.90 0 0.12
HSL 293.47º 0.81% 0.49% -
HSV(B) 293.47º 0.9% 0.88% -
XYZ 38.53 18.75 72.82 -
YUV 99.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 203 23 225 0.10 0.90 0 0.12 293.47 0.81 0.49
Hex CB 17 E1 A 5A 0 C 125 51 31
Octal 313 27 341 12 132 0 14 445 121 61
Binary 11001011 10111 11100001 1010 1011010 0 1100 100100101 1010001 110001

Color Harmonies of #CB17E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17E1

Black with #CB17E1

Text Example


Text Example

White with #CB17E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17E1; }

 p { color: rgb(203,23,225); }

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

background-color css

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

 a { background-color: rgb(203,23,225); }

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

border-color css

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

 span { border-color: rgb(203,23,225); }

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