Html Css Color HEX #CB23D5 Deep Magenta

📋 copy color: '#CB23D5'

red 203 ◦ green 35 ◦ blue 213

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

Shades of Deep Magenta #CB23D5

Tints of Deep Magenta #CB23D5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 45.01%
G = 7.76%
B = 47.23%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB23D5 (or 0xCB23D5) is known color: Deep Magenta. HEX triplet: CB, 23 and D5. RGB value is (203,35,213). Sum of RGB (Red+Green+Blue) = 203+35+213=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB23D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23D5 is #34DC2A. Grayscale: #686868. Windows color (decimal): -3464235 or 13968331. OLE color: 13968331.

HSL color Cylindrical-coordinate representation of color #CB23D5: hue angle of 296.63º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB23D5 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 35 213 -
CMYK 0.05 0.84 0 0.16
HSL 296.63º 0.72% 0.49% -
HSV(B) 296.63º 0.84% 0.84% -
XYZ 37.24 18.7 64.6 -
YUV 105.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 203 35 213 0.05 0.84 0 0.16 296.63 0.72 0.49
Hex CB 23 D5 5 54 0 10 129 48 31
Octal 313 43 325 5 124 0 20 451 110 61
Binary 11001011 100011 11010101 101 1010100 0 10000 100101001 1001000 110001

Color Harmonies of #CB23D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23D5

Black with #CB23D5

Text Example


Text Example

White with #CB23D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23D5; }

 p { color: rgb(203,35,213); }

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

background-color css

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

 a { background-color: rgb(203,35,213); }

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

border-color css

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

 span { border-color: rgb(203,35,213); }

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