Html Css Color HEX #CA37B9 Fuchsia

📋 copy color: '#CA37B9'

red 202 ◦ green 55 ◦ blue 185

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

Shades of Fuchsia #CA37B9

Tints of Fuchsia #CA37B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 45.7%
G = 12.44%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA37B9 (or 0xCA37B9) is known color: Fuchsia. HEX triplet: CA, 37 and B9. RGB value is (202,55,185). Sum of RGB (Red+Green+Blue) = 202+55+185=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37B9 is #35C846. Grayscale: #717171. Windows color (decimal): -3524679 or 12138442. OLE color: 12138442.

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

Color convert

RGB 202 55 185 -
CMYK 0 0.73 0.08 0.21
HSL 306.94º 0.58% 0.5% -
HSV(B) 306.94º 0.73% 0.79% -
XYZ 34.48 18.79 47.71 -
YUV 113.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 202 55 185 0 0.73 0.08 0.21 306.94 0.58 0.5
Hex CA 37 B9 0 49 8 15 133 3A 32
Octal 312 67 271 0 111 10 25 463 72 62
Binary 11001010 110111 10111001 0 1001001 1000 10101 100110011 111010 110010

Color Harmonies of #CA37B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37B9

Black with #CA37B9

Text Example


Text Example

White with #CA37B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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