Html Css Color HEX #CA4194 Mulberry

📋 copy color: '#CA4194'

red 202 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #CA4194

Tints of Mulberry #CA4194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 48.67%
G = 15.66%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA4194 (or 0xCA4194) is known color: Mulberry. HEX triplet: CA, 41 and 94. RGB value is (202,65,148). Sum of RGB (Red+Green+Blue) = 202+65+148=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4194 is #35BE6B. Grayscale: #737373. Windows color (decimal): -3522156 or 9716170. OLE color: 9716170.

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

Color convert

RGB 202 65 148 -
CMYK 0 0.68 0.27 0.21
HSL 323.65º 0.56% 0.52% -
HSV(B) 323.65º 0.68% 0.79% -
XYZ 31.59 18.48 29.92 -
YUV 115.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 202 65 148 0 0.68 0.27 0.21 323.65 0.56 0.52
Hex CA 41 94 0 44 1B 15 144 38 34
Octal 312 101 224 0 104 33 25 504 70 64
Binary 11001010 1000001 10010100 0 1000100 11011 10101 101000100 111000 110100

Color Harmonies of #CA4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4194

Black with #CA4194

Text Example


Text Example

White with #CA4194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4194; }

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

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

background-color css

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

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

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

border-color css

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

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

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