Html Css Color HEX #CB23E0 Deep Magenta

📋 copy color: '#CB23E0'

red 203 ◦ green 35 ◦ blue 224

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

Shades of Deep Magenta #CB23E0

Tints of Deep Magenta #CB23E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 43.94%
G = 7.58%
B = 48.48%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB23E0 (or 0xCB23E0) is known color: Deep Magenta. HEX triplet: CB, 23 and E0. RGB value is (203,35,224). Sum of RGB (Red+Green+Blue) = 203+35+224=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB23E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23E0 is #34DC1F. Grayscale: #6A6A6A. Windows color (decimal): -3464224 or 14689227. OLE color: 14689227.

HSL color Cylindrical-coordinate representation of color #CB23E0: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB23E0 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 35 224 -
CMYK 0.09 0.84 0 0.12
HSL 293.33º 0.75% 0.51% -
HSV(B) 293.33º 0.84% 0.88% -
XYZ 38.68 19.28 72.2 -
YUV 106.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 203 35 224 0.09 0.84 0 0.12 293.33 0.75 0.51
Hex CB 23 E0 9 54 0 C 125 4B 33
Octal 313 43 340 11 124 0 14 445 113 63
Binary 11001011 100011 11100000 1001 1010100 0 1100 100100101 1001011 110011

Color Harmonies of #CB23E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23E0

Black with #CB23E0

Text Example


Text Example

White with #CB23E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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