Html Css Color HEX #CA41BA Fuchsia

📋 copy color: '#CA41BA'

red 202 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #CA41BA

Tints of Fuchsia #CA41BA

RGB

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

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

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

R = 44.59%
G = 14.35%
B = 41.06%

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

#CA41BA (or 0xCA41BA) is known color: Fuchsia. HEX triplet: CA, 41 and BA. RGB value is (202,65,186). Sum of RGB (Red+Green+Blue) = 202+65+186=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41BA is #35BE45. Grayscale: #777777. Windows color (decimal): -3522118 or 12206538. OLE color: 12206538.

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

Color convert

RGB 202 65 186 -
CMYK 0 0.68 0.08 0.21
HSL 307.01º 0.56% 0.52% -
HSV(B) 307.01º 0.68% 0.79% -
XYZ 35.11 19.88 48.44 -
YUV 119.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 202 65 186 0 0.68 0.08 0.21 307.01 0.56 0.52
Hex CA 41 BA 0 44 8 15 133 38 34
Octal 312 101 272 0 104 10 25 463 70 64
Binary 11001010 1000001 10111010 0 1000100 1000 10101 100110011 111000 110100

Color Harmonies of #CA41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41BA

Black with #CA41BA

Text Example


Text Example

White with #CA41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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