Html Css Color HEX #CB27BE Deep Magenta

📋 copy color: '#CB27BE'

red 203 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #CB27BE

Tints of Deep Magenta #CB27BE

RGB

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

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

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

R = 46.99%
G = 9.03%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB27BE (or 0xCB27BE) is known color: Deep Magenta. HEX triplet: CB, 27 and BE. RGB value is (203,39,190). Sum of RGB (Red+Green+Blue) = 203+39+190=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27BE is #34D841. Grayscale: #686868. Windows color (decimal): -3463234 or 12462027. OLE color: 12462027.

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

Color convert

RGB 203 39 190 -
CMYK 0 0.81 0.06 0.20
HSL 304.76º 0.68% 0.47% -
HSV(B) 304.76º 0.81% 0.8% -
XYZ 34.65 17.87 50.34 -
YUV 105.25 175.83 197.72 -
System Red Green Blue C M Y K H S L
Decimal 203 39 190 0 0.81 0.06 0.20 304.76 0.68 0.47
Hex CB 27 BE 0 51 6 14 131 44 2F
Octal 313 47 276 0 121 6 24 461 104 57
Binary 11001011 100111 10111110 0 1010001 110 10100 100110001 1000100 101111

Color Harmonies of #CB27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB27BE

Black with #CB27BE

Text Example


Text Example

White with #CB27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB27BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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