Html Css Color HEX #CB23CB Deep Magenta

📋 copy color: '#CB23CB'

red 203 ◦ green 35 ◦ blue 203

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

Shades of Deep Magenta #CB23CB

Tints of Deep Magenta #CB23CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 46.03%
G = 7.94%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB23CB (or 0xCB23CB) is known color: Deep Magenta. HEX triplet: CB, 23 and CB. RGB value is (203,35,203). Sum of RGB (Red+Green+Blue) = 203+35+203=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB23CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23CB is #34DC34. Grayscale: #676767. Windows color (decimal): -3464245 or 13312971. OLE color: 13312971.

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

Color convert

RGB 203 35 203 -
CMYK 0 0.83 0 0.20
HSL 300º 0.71% 0.47% -
HSV(B) 300º 0.83% 0.8% -
XYZ 36.01 18.21 58.12 -
YUV 104.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 203 35 203 0 0.83 0 0.20 300 0.71 0.47
Hex CB 23 CB 0 53 0 14 12C 47 2F
Octal 313 43 313 0 123 0 24 454 107 57
Binary 11001011 100011 11001011 0 1010011 0 10100 100101100 1000111 101111

Color Harmonies of #CB23CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23CB

Black with #CB23CB

Text Example


Text Example

White with #CB23CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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