Html Css Color HEX #CB17DA Deep Magenta

📋 copy color: '#CB17DA'

red 203 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #CB17DA

Tints of Deep Magenta #CB17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 45.72%
G = 5.18%
B = 49.1%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB17DA (or 0xCB17DA) is known color: Deep Magenta. HEX triplet: CB, 17 and DA. RGB value is (203,23,218). Sum of RGB (Red+Green+Blue) = 203+23+218=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17DA is #34E825. Grayscale: #626262. Windows color (decimal): -3467302 or 14292939. OLE color: 14292939.

HSL color Cylindrical-coordinate representation of color #CB17DA: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17DA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 23 218 -
CMYK 0.07 0.89 0 0.15
HSL 295.38º 0.81% 0.47% -
HSV(B) 295.38º 0.89% 0.85% -
XYZ 37.59 18.37 67.89 -
YUV 99.05 195.13 202.14 -
System Red Green Blue C M Y K H S L
Decimal 203 23 218 0.07 0.89 0 0.15 295.38 0.81 0.47
Hex CB 17 DA 7 59 0 F 127 51 2F
Octal 313 27 332 7 131 0 17 447 121 57
Binary 11001011 10111 11011010 111 1011001 0 1111 100100111 1010001 101111

Color Harmonies of #CB17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17DA

Black with #CB17DA

Text Example


Text Example

White with #CB17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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