Html Css Color HEX #CB17BE Deep Magenta

📋 copy color: '#CB17BE'

red 203 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #CB17BE

Tints of Deep Magenta #CB17BE

RGB

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

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

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

R = 48.8%
G = 5.53%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB17BE (or 0xCB17BE) is known color: Deep Magenta. HEX triplet: CB, 17 and BE. RGB value is (203,23,190). Sum of RGB (Red+Green+Blue) = 203+23+190=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BE is #34E841. Grayscale: #5F5F5F. Windows color (decimal): -3467330 or 12457931. OLE color: 12457931.

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

Color convert

RGB 203 23 190 -
CMYK 0 0.89 0.06 0.20
HSL 304.33º 0.8% 0.44% -
HSV(B) 304.33º 0.89% 0.8% -
XYZ 34.23 17.03 50.2 -
YUV 95.86 181.13 204.42 -
System Red Green Blue C M Y K H S L
Decimal 203 23 190 0 0.89 0.06 0.20 304.33 0.8 0.44
Hex CB 17 BE 0 59 6 14 130 50 2C
Octal 313 27 276 0 131 6 24 460 120 54
Binary 11001011 10111 10111110 0 1011001 110 10100 100110000 1010000 101100

Color Harmonies of #CB17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17BE

Black with #CB17BE

Text Example


Text Example

White with #CB17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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