Html Css Color HEX #CA41B9 Fuchsia

📋 copy color: '#CA41B9'

red 202 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #CA41B9

Tints of Fuchsia #CA41B9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.38%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 44.69%
G = 14.38%
B = 40.93%

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

#CA41B9 (or 0xCA41B9) is known color: Fuchsia. HEX triplet: CA, 41 and B9. RGB value is (202,65,185). Sum of RGB (Red+Green+Blue) = 202+65+185=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41B9 is #35BE46. Grayscale: #777777. Windows color (decimal): -3522119 or 12141002. OLE color: 12141002.

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

Color convert

RGB 202 65 185 -
CMYK 0 0.68 0.08 0.21
HSL 307.45º 0.56% 0.52% -
HSV(B) 307.45º 0.68% 0.79% -
XYZ 35 19.84 47.88 -
YUV 119.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 202 65 185 0 0.68 0.08 0.21 307.45 0.56 0.52
Hex CA 41 B9 0 44 8 15 133 38 34
Octal 312 101 271 0 104 10 25 463 70 64
Binary 11001010 1000001 10111001 0 1000100 1000 10101 100110011 111000 110100

Color Harmonies of #CA41B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41B9

Black with #CA41B9

Text Example


Text Example

White with #CA41B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41B9; }

 p { color: rgb(202,65,185); }

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

background-color css

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

 a { background-color: rgb(202,65,185); }

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

border-color css

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

 span { border-color: rgb(202,65,185); }

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