Html Css Color HEX #CA4182 Mulberry

📋 copy color: '#CA4182'

red 202 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #CA4182

Tints of Mulberry #CA4182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 50.88%
G = 16.37%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA4182 (or 0xCA4182) is known color: Mulberry. HEX triplet: CA, 41 and 82. RGB value is (202,65,130). Sum of RGB (Red+Green+Blue) = 202+65+130=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4182 is #35BE7D. Grayscale: #717171. Windows color (decimal): -3522174 or 8536522. OLE color: 8536522.

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

Color convert

RGB 202 65 130 -
CMYK 0 0.68 0.36 0.21
HSL 331.53º 0.56% 0.52% -
HSV(B) 331.53º 0.68% 0.79% -
XYZ 30.28 17.95 22.99 -
YUV 113.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 202 65 130 0 0.68 0.36 0.21 331.53 0.56 0.52
Hex CA 41 82 0 44 24 15 14C 38 34
Octal 312 101 202 0 104 44 25 514 70 64
Binary 11001010 1000001 10000010 0 1000100 100100 10101 101001100 111000 110100

Color Harmonies of #CA4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4182

Black with #CA4182

Text Example


Text Example

White with #CA4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4182; }

 p { color: rgb(202,65,130); }

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

background-color css

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

 a { background-color: rgb(202,65,130); }

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

border-color css

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

 span { border-color: rgb(202,65,130); }

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