Html Css Color HEX #CA40BA Fuchsia

📋 copy color: '#CA40BA'

red 202 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #CA40BA

Tints of Fuchsia #CA40BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 44.69%
G = 14.16%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA40BA (or 0xCA40BA) is known color: Fuchsia. HEX triplet: CA, 40 and BA. RGB value is (202,64,186). Sum of RGB (Red+Green+Blue) = 202+64+186=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40BA is #35BF45. Grayscale: #767676. Windows color (decimal): -3522374 or 12206282. OLE color: 12206282.

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

Color convert

RGB 202 64 186 -
CMYK 0 0.68 0.08 0.21
HSL 306.96º 0.57% 0.52% -
HSV(B) 306.96º 0.68% 0.79% -
XYZ 35.05 19.77 48.42 -
YUV 119.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 202 64 186 0 0.68 0.08 0.21 306.96 0.57 0.52
Hex CA 40 BA 0 44 8 15 133 39 34
Octal 312 100 272 0 104 10 25 463 71 64
Binary 11001010 1000000 10111010 0 1000100 1000 10101 100110011 111001 110100

Color Harmonies of #CA40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40BA

Black with #CA40BA

Text Example


Text Example

White with #CA40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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