Html Css Color HEX #CA40B1 Fuchsia

📋 copy color: '#CA40B1'

red 202 ◦ green 64 ◦ blue 177

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

Shades of Fuchsia #CA40B1

Tints of Fuchsia #CA40B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.45%

 BLUE value IS 177 (69.53% from 255) = 39.95%

R = 45.6%
G = 14.45%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA40B1 (or 0xCA40B1) is known color: Fuchsia. HEX triplet: CA, 40 and B1. RGB value is (202,64,177). Sum of RGB (Red+Green+Blue) = 202+64+177=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40B1 is #35BF4E. Grayscale: #757575. Windows color (decimal): -3522383 or 11616458. OLE color: 11616458.

HSL color Cylindrical-coordinate representation of color #CA40B1: hue angle of 310.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40B1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 177 -
CMYK 0 0.68 0.12 0.21
HSL 310.87º 0.57% 0.52% -
HSV(B) 310.87º 0.68% 0.79% -
XYZ 34.13 19.4 43.54 -
YUV 118.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 202 64 177 0 0.68 0.12 0.21 310.87 0.57 0.52
Hex CA 40 B1 0 44 C 15 137 39 34
Octal 312 100 261 0 104 14 25 467 71 64
Binary 11001010 1000000 10110001 0 1000100 1100 10101 100110111 111001 110100

Color Harmonies of #CA40B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40B1

Black with #CA40B1

Text Example


Text Example

White with #CA40B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40B1; }

 p { color: rgb(202,64,177); }

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

background-color css

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

 a { background-color: rgb(202,64,177); }

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

border-color css

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

 span { border-color: rgb(202,64,177); }

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