Html Css Color HEX #CA37B5 Fuchsia

📋 copy color: '#CA37B5'

red 202 ◦ green 55 ◦ blue 181

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

Shades of Fuchsia #CA37B5

Tints of Fuchsia #CA37B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 46.12%
G = 12.56%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA37B5 (or 0xCA37B5) is known color: Fuchsia. HEX triplet: CA, 37 and B5. RGB value is (202,55,181). Sum of RGB (Red+Green+Blue) = 202+55+181=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37B5 is #35C84A. Grayscale: #707070. Windows color (decimal): -3524683 or 11876298. OLE color: 11876298.

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

Color convert

RGB 202 55 181 -
CMYK 0 0.73 0.10 0.21
HSL 308.57º 0.58% 0.5% -
HSV(B) 308.57º 0.73% 0.79% -
XYZ 34.06 18.63 45.52 -
YUV 113.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 202 55 181 0 0.73 0.10 0.21 308.57 0.58 0.5
Hex CA 37 B5 0 49 A 15 135 3A 32
Octal 312 67 265 0 111 12 25 465 72 62
Binary 11001010 110111 10110101 0 1001001 1010 10101 100110101 111010 110010

Color Harmonies of #CA37B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37B5

Black with #CA37B5

Text Example


Text Example

White with #CA37B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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