Html Css Color HEX #CB419F Mulberry

📋 copy color: '#CB419F'

red 203 ◦ green 65 ◦ blue 159

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

Shades of Mulberry #CB419F

Tints of Mulberry #CB419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 47.54%
G = 15.22%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB419F (or 0xCB419F) is known color: Mulberry. HEX triplet: CB, 41 and 9F. RGB value is (203,65,159). Sum of RGB (Red+Green+Blue) = 203+65+159=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB419F is #34BE60. Grayscale: #747474. Windows color (decimal): -3456609 or 10437067. OLE color: 10437067.

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

Color convert

RGB 203 65 159 -
CMYK 0 0.68 0.22 0.20
HSL 319.13º 0.57% 0.53% -
HSV(B) 319.13º 0.68% 0.8% -
XYZ 32.78 18.98 34.74 -
YUV 116.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 203 65 159 0 0.68 0.22 0.20 319.13 0.57 0.53
Hex CB 41 9F 0 44 16 14 13F 39 35
Octal 313 101 237 0 104 26 24 477 71 65
Binary 11001011 1000001 10011111 0 1000100 10110 10100 100111111 111001 110101

Color Harmonies of #CB419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB419F

Black with #CB419F

Text Example


Text Example

White with #CB419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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