Html Css Color HEX #CA41C1 Fuchsia

📋 copy color: '#CA41C1'

red 202 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #CA41C1

Tints of Fuchsia #CA41C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 43.91%
G = 14.13%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA41C1 (or 0xCA41C1) is known color: Fuchsia. HEX triplet: CA, 41 and C1. RGB value is (202,65,193). Sum of RGB (Red+Green+Blue) = 202+65+193=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C1 is #35BE3E. Grayscale: #787878. Windows color (decimal): -3522111 or 12665290. OLE color: 12665290.

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

Color convert

RGB 202 65 193 -
CMYK 0 0.68 0.04 0.21
HSL 303.94º 0.56% 0.52% -
HSV(B) 303.94º 0.68% 0.79% -
XYZ 35.87 20.19 52.46 -
YUV 120.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 202 65 193 0 0.68 0.04 0.21 303.94 0.56 0.52
Hex CA 41 C1 0 44 4 15 130 38 34
Octal 312 101 301 0 104 4 25 460 70 64
Binary 11001010 1000001 11000001 0 1000100 100 10101 100110000 111000 110100

Color Harmonies of #CA41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41C1

Black with #CA41C1

Text Example


Text Example

White with #CA41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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