Html Css Color HEX #CA419E Mulberry

📋 copy color: '#CA419E'

red 202 ◦ green 65 ◦ blue 158

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

Shades of Mulberry #CA419E

Tints of Mulberry #CA419E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 47.53%
G = 15.29%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA419E (or 0xCA419E) is known color: Mulberry. HEX triplet: CA, 41 and 9E. RGB value is (202,65,158). Sum of RGB (Red+Green+Blue) = 202+65+158=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA419E is #35BE61. Grayscale: #747474. Windows color (decimal): -3522146 or 10371530. OLE color: 10371530.

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

Color convert

RGB 202 65 158 -
CMYK 0 0.68 0.22 0.21
HSL 319.27º 0.56% 0.52% -
HSV(B) 319.27º 0.68% 0.79% -
XYZ 32.42 18.81 34.27 -
YUV 116.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 202 65 158 0 0.68 0.22 0.21 319.27 0.56 0.52
Hex CA 41 9E 0 44 16 15 13F 38 34
Octal 312 101 236 0 104 26 25 477 70 64
Binary 11001010 1000001 10011110 0 1000100 10110 10101 100111111 111000 110100

Color Harmonies of #CA419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA419E

Black with #CA419E

Text Example


Text Example

White with #CA419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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