Html Css Color HEX #CA37B7 Fuchsia

📋 copy color: '#CA37B7'

red 202 ◦ green 55 ◦ blue 183

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

Shades of Fuchsia #CA37B7

Tints of Fuchsia #CA37B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 45.91%
G = 12.5%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA37B7 (or 0xCA37B7) is known color: Fuchsia. HEX triplet: CA, 37 and B7. RGB value is (202,55,183). Sum of RGB (Red+Green+Blue) = 202+55+183=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37B7 is #35C848. Grayscale: #717171. Windows color (decimal): -3524681 or 12007370. OLE color: 12007370.

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

Color convert

RGB 202 55 183 -
CMYK 0 0.73 0.09 0.21
HSL 307.76º 0.58% 0.5% -
HSV(B) 307.76º 0.73% 0.79% -
XYZ 34.27 18.71 46.6 -
YUV 113.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 202 55 183 0 0.73 0.09 0.21 307.76 0.58 0.5
Hex CA 37 B7 0 49 9 15 134 3A 32
Octal 312 67 267 0 111 11 25 464 72 62
Binary 11001010 110111 10110111 0 1001001 1001 10101 100110100 111010 110010

Color Harmonies of #CA37B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37B7

Black with #CA37B7

Text Example


Text Example

White with #CA37B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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