Html Css Color HEX #CA38A6 Mulberry

📋 copy color: '#CA38A6'

red 202 ◦ green 56 ◦ blue 166

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

Shades of Mulberry #CA38A6

Tints of Mulberry #CA38A6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

 BLUE value IS 166 (65.23% from 255) = 39.15%

R = 47.64%
G = 13.21%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA38A6 (or 0xCA38A6) is known color: Mulberry. HEX triplet: CA, 38 and A6. RGB value is (202,56,166). Sum of RGB (Red+Green+Blue) = 202+56+166=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA38A6 is #35C759. Grayscale: #6F6F6F. Windows color (decimal): -3524442 or 10893514. OLE color: 10893514.

HSL color Cylindrical-coordinate representation of color #CA38A6: hue angle of 314.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA38A6 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 166 -
CMYK 0 0.72 0.18 0.21
HSL 314.79º 0.58% 0.51% -
HSV(B) 314.79º 0.72% 0.79% -
XYZ 32.65 18.14 37.86 -
YUV 112.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 202 56 166 0 0.72 0.18 0.21 314.79 0.58 0.51
Hex CA 38 A6 0 48 12 15 13B 3A 33
Octal 312 70 246 0 110 22 25 473 72 63
Binary 11001010 111000 10100110 0 1001000 10010 10101 100111011 111010 110011

Color Harmonies of #CA38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38A6

Black with #CA38A6

Text Example


Text Example

White with #CA38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38A6; }

 p { color: rgb(202,56,166); }

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

background-color css

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

 a { background-color: rgb(202,56,166); }

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

border-color css

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

 span { border-color: rgb(202,56,166); }

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