Html Css Color HEX #CA438F Mulberry

📋 copy color: '#CA438F'

red 202 ◦ green 67 ◦ blue 143

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

Shades of Mulberry #CA438F

Tints of Mulberry #CA438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.26%

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

R = 49.03%
G = 16.26%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA438F (or 0xCA438F) is known color: Mulberry. HEX triplet: CA, 43 and 8F. RGB value is (202,67,143). Sum of RGB (Red+Green+Blue) = 202+67+143=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA438F is #35BC70. Grayscale: #737373. Windows color (decimal): -3521649 or 9389002. OLE color: 9389002.

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

Color convert

RGB 202 67 143 -
CMYK 0 0.67 0.29 0.21
HSL 326.22º 0.56% 0.53% -
HSV(B) 326.22º 0.67% 0.79% -
XYZ 31.32 18.55 27.92 -
YUV 116.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 202 67 143 0 0.67 0.29 0.21 326.22 0.56 0.53
Hex CA 43 8F 0 43 1D 15 146 38 35
Octal 312 103 217 0 103 35 25 506 70 65
Binary 11001010 1000011 10001111 0 1000011 11101 10101 101000110 111000 110101

Color Harmonies of #CA438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA438F

Black with #CA438F

Text Example


Text Example

White with #CA438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA438F; }

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

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

background-color css

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

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

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

border-color css

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

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

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