Html Css Color HEX #CB41A8 Mulberry

📋 copy color: '#CB41A8'

red 203 ◦ green 65 ◦ blue 168

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

Shades of Mulberry #CB41A8

Tints of Mulberry #CB41A8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 46.56%
G = 14.91%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CB41A8 (or 0xCB41A8) is known color: Mulberry. HEX triplet: CB, 41 and A8. RGB value is (203,65,168). Sum of RGB (Red+Green+Blue) = 203+65+168=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41A8 is #34BE57. Grayscale: #757575. Windows color (decimal): -3456600 or 11026891. OLE color: 11026891.

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

Color convert

RGB 203 65 168 -
CMYK 0 0.68 0.17 0.20
HSL 315.22º 0.57% 0.53% -
HSV(B) 315.22º 0.68% 0.8% -
XYZ 33.59 19.3 39 -
YUV 118 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 203 65 168 0 0.68 0.17 0.20 315.22 0.57 0.53
Hex CB 41 A8 0 44 11 14 13B 39 35
Octal 313 101 250 0 104 21 24 473 71 65
Binary 11001011 1000001 10101000 0 1000100 10001 10100 100111011 111001 110101

Color Harmonies of #CB41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41A8

Black with #CB41A8

Text Example


Text Example

White with #CB41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41A8; }

 p { color: rgb(203,65,168); }

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

background-color css

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

 a { background-color: rgb(203,65,168); }

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

border-color css

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

 span { border-color: rgb(203,65,168); }

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