Html Css Color HEX #CA44A5 Mulberry

📋 copy color: '#CA44A5'

red 202 ◦ green 68 ◦ blue 165

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

Shades of Mulberry #CA44A5

Tints of Mulberry #CA44A5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 46.44%
G = 15.63%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA44A5 (or 0xCA44A5) is known color: Mulberry. HEX triplet: CA, 44 and A5. RGB value is (202,68,165). Sum of RGB (Red+Green+Blue) = 202+68+165=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44A5 is #35BB5A. Grayscale: #767676. Windows color (decimal): -3521371 or 10831050. OLE color: 10831050.

HSL color Cylindrical-coordinate representation of color #CA44A5: hue angle of 316.57º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA44A5 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 165 -
CMYK 0 0.66 0.18 0.21
HSL 316.57º 0.56% 0.53% -
HSV(B) 316.57º 0.66% 0.79% -
XYZ 33.22 19.41 37.59 -
YUV 119.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 202 68 165 0 0.66 0.18 0.21 316.57 0.56 0.53
Hex CA 44 A5 0 42 12 15 13D 38 35
Octal 312 104 245 0 102 22 25 475 70 65
Binary 11001010 1000100 10100101 0 1000010 10010 10101 100111101 111000 110101

Color Harmonies of #CA44A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44A5

Black with #CA44A5

Text Example


Text Example

White with #CA44A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44A5; }

 p { color: rgb(202,68,165); }

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

background-color css

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

 a { background-color: rgb(202,68,165); }

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

border-color css

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

 span { border-color: rgb(202,68,165); }

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