Html Css Color HEX #CB27BB Deep Magenta

📋 copy color: '#CB27BB'

red 203 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #CB27BB

Tints of Deep Magenta #CB27BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.09%

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

R = 47.32%
G = 9.09%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB27BB (or 0xCB27BB) is known color: Deep Magenta. HEX triplet: CB, 27 and BB. RGB value is (203,39,187). Sum of RGB (Red+Green+Blue) = 203+39+187=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27BB is #34D844. Grayscale: #686868. Windows color (decimal): -3463237 or 12265419. OLE color: 12265419.

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

Color convert

RGB 203 39 187 -
CMYK 0 0.81 0.08 0.20
HSL 305.85º 0.68% 0.47% -
HSV(B) 305.85º 0.81% 0.8% -
XYZ 34.32 17.74 48.63 -
YUV 104.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 203 39 187 0 0.81 0.08 0.20 305.85 0.68 0.47
Hex CB 27 BB 0 51 8 14 132 44 2F
Octal 313 47 273 0 121 10 24 462 104 57
Binary 11001011 100111 10111011 0 1010001 1000 10100 100110010 1000100 101111

Color Harmonies of #CB27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB27BB

Black with #CB27BB

Text Example


Text Example

White with #CB27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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