Html Css Color HEX #CA37B0 Fuchsia

📋 copy color: '#CA37B0'

red 202 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #CA37B0

Tints of Fuchsia #CA37B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 46.65%
G = 12.7%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA37B0 (or 0xCA37B0) is known color: Fuchsia. HEX triplet: CA, 37 and B0. RGB value is (202,55,176). Sum of RGB (Red+Green+Blue) = 202+55+176=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37B0 is #35C84F. Grayscale: #707070. Windows color (decimal): -3524688 or 11548618. OLE color: 11548618.

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

Color convert

RGB 202 55 176 -
CMYK 0 0.73 0.13 0.21
HSL 310.61º 0.58% 0.5% -
HSV(B) 310.61º 0.73% 0.79% -
XYZ 33.56 18.42 42.86 -
YUV 112.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 202 55 176 0 0.73 0.13 0.21 310.61 0.58 0.5
Hex CA 37 B0 0 49 D 15 137 3A 32
Octal 312 67 260 0 111 15 25 467 72 62
Binary 11001010 110111 10110000 0 1001001 1101 10101 100110111 111010 110010

Color Harmonies of #CA37B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37B0

Black with #CA37B0

Text Example


Text Example

White with #CA37B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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