Html Css Color HEX #CA40B6 Fuchsia

📋 copy color: '#CA40B6'

red 202 ◦ green 64 ◦ blue 182

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

Shades of Fuchsia #CA40B6

Tints of Fuchsia #CA40B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 45.09%
G = 14.29%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA40B6 (or 0xCA40B6) is known color: Fuchsia. HEX triplet: CA, 40 and B6. RGB value is (202,64,182). Sum of RGB (Red+Green+Blue) = 202+64+182=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40B6 is #35BF49. Grayscale: #767676. Windows color (decimal): -3522378 or 11944138. OLE color: 11944138.

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

Color convert

RGB 202 64 182 -
CMYK 0 0.68 0.10 0.21
HSL 308.7º 0.57% 0.52% -
HSV(B) 308.7º 0.68% 0.79% -
XYZ 34.63 19.6 46.21 -
YUV 118.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 202 64 182 0 0.68 0.10 0.21 308.7 0.57 0.52
Hex CA 40 B6 0 44 A 15 135 39 34
Octal 312 100 266 0 104 12 25 465 71 64
Binary 11001010 1000000 10110110 0 1000100 1010 10101 100110101 111001 110100

Color Harmonies of #CA40B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40B6

Black with #CA40B6

Text Example


Text Example

White with #CA40B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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