Html Css Color HEX #CB18CE Deep Magenta

📋 copy color: '#CB18CE'

red 203 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #CB18CE

Tints of Deep Magenta #CB18CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 46.88%
G = 5.54%
B = 47.58%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB18CE (or 0xCB18CE) is known color: Deep Magenta. HEX triplet: CB, 18 and CE. RGB value is (203,24,206). Sum of RGB (Red+Green+Blue) = 203+24+206=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18CE is #34E731. Grayscale: #616161. Windows color (decimal): -3467058 or 13506763. OLE color: 13506763.

HSL color Cylindrical-coordinate representation of color #CB18CE: hue angle of 299.01º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB18CE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 24 206 -
CMYK 0.01 0.88 0 0.19
HSL 299.01º 0.79% 0.45% -
HSV(B) 299.01º 0.88% 0.81% -
XYZ 36.1 17.81 59.93 -
YUV 98.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 203 24 206 0.01 0.88 0 0.19 299.01 0.79 0.45
Hex CB 18 CE 1 58 0 13 12B 4F 2D
Octal 313 30 316 1 130 0 23 453 117 55
Binary 11001011 11000 11001110 1 1011000 0 10011 100101011 1001111 101101

Color Harmonies of #CB18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18CE

Black with #CB18CE

Text Example


Text Example

White with #CB18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18CE; }

 p { color: rgb(203,24,206); }

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

background-color css

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

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

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

border-color css

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

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

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