Html Css Color HEX #CB18BE Deep Magenta

📋 copy color: '#CB18BE'

red 203 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #CB18BE

Tints of Deep Magenta #CB18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 48.68%
G = 5.76%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB18BE (or 0xCB18BE) is known color: Deep Magenta. HEX triplet: CB, 18 and BE. RGB value is (203,24,190). Sum of RGB (Red+Green+Blue) = 203+24+190=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18BE is #34E741. Grayscale: #5F5F5F. Windows color (decimal): -3467074 or 12458187. OLE color: 12458187.

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

Color convert

RGB 203 24 190 -
CMYK 0 0.88 0.06 0.20
HSL 304.36º 0.79% 0.45% -
HSV(B) 304.36º 0.88% 0.8% -
XYZ 34.25 17.07 50.2 -
YUV 96.45 180.8 204 -
System Red Green Blue C M Y K H S L
Decimal 203 24 190 0 0.88 0.06 0.20 304.36 0.79 0.45
Hex CB 18 BE 0 58 6 14 130 4F 2D
Octal 313 30 276 0 130 6 24 460 117 55
Binary 11001011 11000 10111110 0 1011000 110 10100 100110000 1001111 101101

Color Harmonies of #CB18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18BE

Black with #CB18BE

Text Example


Text Example

White with #CB18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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