Html Css Color HEX #CA41A8 Mulberry

📋 copy color: '#CA41A8'

red 202 ◦ green 65 ◦ blue 168

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

Shades of Mulberry #CA41A8

Tints of Mulberry #CA41A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.62%

R = 46.44%
G = 14.94%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA41A8 (or 0xCA41A8) is known color: Mulberry. HEX triplet: CA, 41 and A8. RGB value is (202,65,168). Sum of RGB (Red+Green+Blue) = 202+65+168=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA41A8 is #35BE57. Grayscale: #757575. Windows color (decimal): -3522136 or 11026890. OLE color: 11026890.

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

Color convert

RGB 202 65 168 -
CMYK 0 0.68 0.17 0.21
HSL 314.89º 0.56% 0.52% -
HSV(B) 314.89º 0.68% 0.79% -
XYZ 33.32 19.16 38.99 -
YUV 117.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 202 65 168 0 0.68 0.17 0.21 314.89 0.56 0.52
Hex CA 41 A8 0 44 11 15 13B 38 34
Octal 312 101 250 0 104 21 25 473 70 64
Binary 11001010 1000001 10101000 0 1000100 10001 10101 100111011 111000 110100

Color Harmonies of #CA41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41A8

Black with #CA41A8

Text Example


Text Example

White with #CA41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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