Html Css Color HEX #CB417D Mulberry

📋 copy color: '#CB417D'

red 203 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #CB417D

Tints of Mulberry #CB417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 51.65%
G = 16.54%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB417D (or 0xCB417D) is known color: Mulberry. HEX triplet: CB, 41 and 7D. RGB value is (203,65,125). Sum of RGB (Red+Green+Blue) = 203+65+125=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB417D is #34BE82. Grayscale: #717171. Windows color (decimal): -3456643 or 8208843. OLE color: 8208843.

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

Color convert

RGB 203 65 125 -
CMYK 0 0.68 0.38 0.20
HSL 333.91º 0.57% 0.53% -
HSV(B) 333.91º 0.68% 0.8% -
XYZ 30.22 17.96 21.28 -
YUV 113.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 203 65 125 0 0.68 0.38 0.20 333.91 0.57 0.53
Hex CB 41 7D 0 44 26 14 14E 39 35
Octal 313 101 175 0 104 46 24 516 71 65
Binary 11001011 1000001 1111101 0 1000100 100110 10100 101001110 111001 110101

Color Harmonies of #CB417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB417D

Black with #CB417D

Text Example


Text Example

White with #CB417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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