Html Css Color HEX #CA37A7 Mulberry

📋 copy color: '#CA37A7'

red 202 ◦ green 55 ◦ blue 167

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

Shades of Mulberry #CA37A7

Tints of Mulberry #CA37A7

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.97%

 BLUE value IS 167 (65.63% from 255) = 39.39%

R = 47.64%
G = 12.97%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA37A7 (or 0xCA37A7) is known color: Mulberry. HEX triplet: CA, 37 and A7. RGB value is (202,55,167). Sum of RGB (Red+Green+Blue) = 202+55+167=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37A7 is #35C858. Grayscale: #6F6F6F. Windows color (decimal): -3524697 or 10958794. OLE color: 10958794.

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

Color convert

RGB 202 55 167 -
CMYK 0 0.73 0.17 0.21
HSL 314.29º 0.58% 0.5% -
HSV(B) 314.29º 0.73% 0.79% -
XYZ 32.7 18.08 38.33 -
YUV 111.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 202 55 167 0 0.73 0.17 0.21 314.29 0.58 0.5
Hex CA 37 A7 0 49 11 15 13A 3A 32
Octal 312 67 247 0 111 21 25 472 72 62
Binary 11001010 110111 10100111 0 1001001 10001 10101 100111010 111010 110010

Color Harmonies of #CA37A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37A7

Black with #CA37A7

Text Example


Text Example

White with #CA37A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37A7; }

 p { color: rgb(202,55,167); }

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

background-color css

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

 a { background-color: rgb(202,55,167); }

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

border-color css

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

 span { border-color: rgb(202,55,167); }

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