Html Css Color HEX #CA478F Mulberry

📋 copy color: '#CA478F'

red 202 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #CA478F

Tints of Mulberry #CA478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.07%

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 48.56%
G = 17.07%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA478F (or 0xCA478F) is known color: Mulberry. HEX triplet: CA, 47 and 8F. RGB value is (202,71,143). Sum of RGB (Red+Green+Blue) = 202+71+143=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA478F is #35B870. Grayscale: #767676. Windows color (decimal): -3520625 or 9390026. OLE color: 9390026.

HSL color Cylindrical-coordinate representation of color #CA478F: hue angle of 327.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA478F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 143 -
CMYK 0 0.65 0.29 0.21
HSL 327.02º 0.55% 0.54% -
HSV(B) 327.02º 0.65% 0.79% -
XYZ 31.57 19.05 28 -
YUV 118.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 202 71 143 0 0.65 0.29 0.21 327.02 0.55 0.54
Hex CA 47 8F 0 41 1D 15 147 37 36
Octal 312 107 217 0 101 35 25 507 67 66
Binary 11001010 1000111 10001111 0 1000001 11101 10101 101000111 110111 110110

Color Harmonies of #CA478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA478F

Black with #CA478F

Text Example


Text Example

White with #CA478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA478F; }

 p { color: rgb(202,71,143); }

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

background-color css

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

 a { background-color: rgb(202,71,143); }

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

border-color css

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

 span { border-color: rgb(202,71,143); }

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