Html Css Color HEX #CA40C4 Fuchsia

📋 copy color: '#CA40C4'

red 202 ◦ green 64 ◦ blue 196

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

Shades of Fuchsia #CA40C4

Tints of Fuchsia #CA40C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 43.72%
G = 13.85%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA40C4 (or 0xCA40C4) is known color: Fuchsia. HEX triplet: CA, 40 and C4. RGB value is (202,64,196). Sum of RGB (Red+Green+Blue) = 202+64+196=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40C4 is #35BF3B. Grayscale: #777777. Windows color (decimal): -3522364 or 12861642. OLE color: 12861642.

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

Color convert

RGB 202 64 196 -
CMYK 0 0.68 0.03 0.21
HSL 302.61º 0.57% 0.52% -
HSV(B) 302.61º 0.68% 0.79% -
XYZ 36.15 20.21 54.22 -
YUV 120.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 202 64 196 0 0.68 0.03 0.21 302.61 0.57 0.52
Hex CA 40 C4 0 44 3 15 12F 39 34
Octal 312 100 304 0 104 3 25 457 71 64
Binary 11001010 1000000 11000100 0 1000100 11 10101 100101111 111001 110100

Color Harmonies of #CA40C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40C4

Black with #CA40C4

Text Example


Text Example

White with #CA40C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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