Html Css Color HEX #CB23CA Deep Magenta

📋 copy color: '#CB23CA'

red 203 ◦ green 35 ◦ blue 202

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

Shades of Deep Magenta #CB23CA

Tints of Deep Magenta #CB23CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 46.14%
G = 7.95%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB23CA (or 0xCB23CA) is known color: Deep Magenta. HEX triplet: CB, 23 and CA. RGB value is (203,35,202). Sum of RGB (Red+Green+Blue) = 203+35+202=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB23CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23CA is #34DC35. Grayscale: #676767. Windows color (decimal): -3464246 or 13247435. OLE color: 13247435.

HSL color Cylindrical-coordinate representation of color #CB23CA: hue angle of 300.36º 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 #CB23CA is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 202 -
CMYK 0 0.83 0.00 0.20
HSL 300.36º 0.71% 0.47% -
HSV(B) 300.36º 0.83% 0.8% -
XYZ 35.89 18.16 57.49 -
YUV 104.27 183.16 198.42 -
System Red Green Blue C M Y K H S L
Decimal 203 35 202 0 0.83 0.00 0.20 300.36 0.71 0.47
Hex CB 23 CA 0 53 0 14 12C 47 2F
Octal 313 43 312 0 123 0 24 454 107 57
Binary 11001011 100011 11001010 0 1010011 0 10100 100101100 1000111 101111

Color Harmonies of #CB23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23CA

Black with #CB23CA

Text Example


Text Example

White with #CB23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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