Html Css Color HEX #CA4483 Mulberry

📋 copy color: '#CA4483'

red 202 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #CA4483

Tints of Mulberry #CA4483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 50.37%
G = 16.96%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4483 (or 0xCA4483) is known color: Mulberry. HEX triplet: CA, 44 and 83. RGB value is (202,68,131). Sum of RGB (Red+Green+Blue) = 202+68+131=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4483 is #35BB7C. Grayscale: #737373. Windows color (decimal): -3521405 or 8602826. OLE color: 8602826.

HSL color Cylindrical-coordinate representation of color #CA4483: hue angle of 331.79º 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 #CA4483 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 131 -
CMYK 0 0.66 0.35 0.21
HSL 331.79º 0.56% 0.53% -
HSV(B) 331.79º 0.66% 0.79% -
XYZ 30.52 18.33 23.4 -
YUV 115.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 202 68 131 0 0.66 0.35 0.21 331.79 0.56 0.53
Hex CA 44 83 0 42 23 15 14C 38 35
Octal 312 104 203 0 102 43 25 514 70 65
Binary 11001010 1000100 10000011 0 1000010 100011 10101 101001100 111000 110101

Color Harmonies of #CA4483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4483

Black with #CA4483

Text Example


Text Example

White with #CA4483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4483; }

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

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

background-color css

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

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

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

border-color css

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

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

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