Html Css Color HEX #CA29B3 Fuchsia

📋 copy color: '#CA29B3'

red 202 ◦ green 41 ◦ blue 179

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

Shades of Fuchsia #CA29B3

Tints of Fuchsia #CA29B3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 47.87%
G = 9.72%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA29B3 (or 0xCA29B3) is known color: Fuchsia. HEX triplet: CA, 29 and B3. RGB value is (202,41,179). Sum of RGB (Red+Green+Blue) = 202+41+179=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29B3 is #35D64C. Grayscale: #686868. Windows color (decimal): -3528269 or 11741642. OLE color: 11741642.

HSL color Cylindrical-coordinate representation of color #CA29B3: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29B3 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 179 -
CMYK 0 0.80 0.11 0.21
HSL 308.57º 0.66% 0.48% -
HSV(B) 308.57º 0.8% 0.79% -
XYZ 33.29 17.4 44.25 -
YUV 104.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 202 41 179 0 0.80 0.11 0.21 308.57 0.66 0.48
Hex CA 29 B3 0 50 B 15 135 42 30
Octal 312 51 263 0 120 13 25 465 102 60
Binary 11001010 101001 10110011 0 1010000 1011 10101 100110101 1000010 110000

Color Harmonies of #CA29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29B3

Black with #CA29B3

Text Example


Text Example

White with #CA29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29B3; }

 p { color: rgb(202,41,179); }

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

background-color css

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

 a { background-color: rgb(202,41,179); }

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

border-color css

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

 span { border-color: rgb(202,41,179); }

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