Html Css Color HEX #CB1CBB Deep Magenta

📋 copy color: '#CB1CBB'

red 203 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #CB1CBB

Tints of Deep Magenta #CB1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 48.56%
G = 6.7%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB1CBB (or 0xCB1CBB) is known color: Deep Magenta. HEX triplet: CB, 1C and BB. RGB value is (203,28,187). Sum of RGB (Red+Green+Blue) = 203+28+187=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CBB is #34E344. Grayscale: #616161. Windows color (decimal): -3466053 or 12262603. OLE color: 12262603.

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

Color convert

RGB 203 28 187 -
CMYK 0 0.86 0.08 0.20
HSL 305.49º 0.76% 0.45% -
HSV(B) 305.49º 0.86% 0.8% -
XYZ 34.01 17.11 48.52 -
YUV 98.45 177.98 202.57 -
System Red Green Blue C M Y K H S L
Decimal 203 28 187 0 0.86 0.08 0.20 305.49 0.76 0.45
Hex CB 1C BB 0 56 8 14 131 4C 2D
Octal 313 34 273 0 126 10 24 461 114 55
Binary 11001011 11100 10111011 0 1010110 1000 10100 100110001 1001100 101101

Color Harmonies of #CB1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CBB

Black with #CB1CBB

Text Example


Text Example

White with #CB1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CBB; }

 p { color: rgb(203,28,187); }

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

background-color css

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

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

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

border-color css

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

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

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