Html Css Color HEX #CA4B7D Mulberry

📋 copy color: '#CA4B7D'

red 202 ◦ green 75 ◦ blue 125

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

Shades of Mulberry #CA4B7D

Tints of Mulberry #CA4B7D

RGB

 RED value IS 202 (79.3% from 255) = 50.25%

 GREEN value IS 75 (29.69% from 255) = 18.66%

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

R = 50.25%
G = 18.66%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA4B7D (or 0xCA4B7D) is known color: Mulberry. HEX triplet: CA, 4B and 7D. RGB value is (202,75,125). Sum of RGB (Red+Green+Blue) = 202+75+125=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B7D is #35B482. Grayscale: #767676. Windows color (decimal): -3519619 or 8211402. OLE color: 8211402.

HSL color Cylindrical-coordinate representation of color #CA4B7D: hue angle of 336.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B7D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 75 125 -
CMYK 0 0.63 0.38 0.21
HSL 336.38º 0.55% 0.54% -
HSV(B) 336.38º 0.63% 0.79% -
XYZ 30.57 19.07 21.47 -
YUV 118.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 202 75 125 0 0.63 0.38 0.21 336.38 0.55 0.54
Hex CA 4B 7D 0 3F 26 15 150 37 36
Octal 312 113 175 0 77 46 25 520 67 66
Binary 11001010 1001011 1111101 0 111111 100110 10101 101010000 110111 110110

Color Harmonies of #CA4B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B7D

Black with #CA4B7D

Text Example


Text Example

White with #CA4B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B7D; }

 p { color: rgb(202,75,125); }

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

background-color css

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

 a { background-color: rgb(202,75,125); }

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

border-color css

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

 span { border-color: rgb(202,75,125); }

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