Html Css Color HEX #CA37B2 Fuchsia

📋 copy color: '#CA37B2'

red 202 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #CA37B2

Tints of Fuchsia #CA37B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 46.44%
G = 12.64%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA37B2 (or 0xCA37B2) is known color: Fuchsia. HEX triplet: CA, 37 and B2. RGB value is (202,55,178). Sum of RGB (Red+Green+Blue) = 202+55+178=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37B2 is #35C84D. Grayscale: #707070. Windows color (decimal): -3524686 or 11679690. OLE color: 11679690.

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

Color convert

RGB 202 55 178 -
CMYK 0 0.73 0.12 0.21
HSL 309.8º 0.58% 0.5% -
HSV(B) 309.8º 0.73% 0.79% -
XYZ 33.76 18.5 43.91 -
YUV 112.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 202 55 178 0 0.73 0.12 0.21 309.8 0.58 0.5
Hex CA 37 B2 0 49 C 15 136 3A 32
Octal 312 67 262 0 111 14 25 466 72 62
Binary 11001010 110111 10110010 0 1001001 1100 10101 100110110 111010 110010

Color Harmonies of #CA37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37B2

Black with #CA37B2

Text Example


Text Example

White with #CA37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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