Html Css Color HEX #CB52A2 Mulberry

📋 copy color: '#CB52A2'

red 203 ◦ green 82 ◦ blue 162

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

Shades of Mulberry #CB52A2

Tints of Mulberry #CB52A2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.34%

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 45.41%
G = 18.34%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB52A2 (or 0xCB52A2) is known color: Mulberry. HEX triplet: CB, 52 and A2. RGB value is (203,82,162). Sum of RGB (Red+Green+Blue) = 203+82+162=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52A2 is #34AD5D. Grayscale: #7F7F7F. Windows color (decimal): -3452254 or 10638027. OLE color: 10638027.

HSL color Cylindrical-coordinate representation of color #CB52A2: hue angle of 320.33º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB52A2 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 162 -
CMYK 0 0.60 0.20 0.20
HSL 320.33º 0.54% 0.56% -
HSV(B) 320.33º 0.6% 0.8% -
XYZ 34.17 21.34 36.5 -
YUV 127.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 203 82 162 0 0.60 0.20 0.20 320.33 0.54 0.56
Hex CB 52 A2 0 3C 14 14 140 36 38
Octal 313 122 242 0 74 24 24 500 66 70
Binary 11001011 1010010 10100010 0 111100 10100 10100 101000000 110110 111000

Color Harmonies of #CB52A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52A2

Black with #CB52A2

Text Example


Text Example

White with #CB52A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52A2; }

 p { color: rgb(203,82,162); }

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

background-color css

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

 a { background-color: rgb(203,82,162); }

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

border-color css

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

 span { border-color: rgb(203,82,162); }

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