Html Css Color HEX #CB27BA Deep Magenta

📋 copy color: '#CB27BA'

red 203 ◦ green 39 ◦ blue 186

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

Shades of Deep Magenta #CB27BA

Tints of Deep Magenta #CB27BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 47.43%
G = 9.11%
B = 43.46%

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

#CB27BA (or 0xCB27BA) is known color: Deep Magenta. HEX triplet: CB, 27 and BA. RGB value is (203,39,186). Sum of RGB (Red+Green+Blue) = 203+39+186=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27BA is #34D845. Grayscale: #686868. Windows color (decimal): -3463238 or 12199883. OLE color: 12199883.

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

Color convert

RGB 203 39 186 -
CMYK 0 0.81 0.08 0.20
HSL 306.22º 0.68% 0.47% -
HSV(B) 306.22º 0.81% 0.8% -
XYZ 34.22 17.69 48.07 -
YUV 104.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 203 39 186 0 0.81 0.08 0.20 306.22 0.68 0.47
Hex CB 27 BA 0 51 8 14 132 44 2F
Octal 313 47 272 0 121 10 24 462 104 57
Binary 11001011 100111 10111010 0 1010001 1000 10100 100110010 1000100 101111

Color Harmonies of #CB27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB27BA

Black with #CB27BA

Text Example


Text Example

White with #CB27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB27BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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