Html Css Color HEX #CA46C0 Fuchsia

📋 copy color: '#CA46C0'

red 202 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #CA46C0

Tints of Fuchsia #CA46C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 43.53%
G = 15.09%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA46C0 (or 0xCA46C0) is known color: Fuchsia. HEX triplet: CA, 46 and C0. RGB value is (202,70,192). Sum of RGB (Red+Green+Blue) = 202+70+192=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46C0 is #35B93F. Grayscale: #7B7B7B. Windows color (decimal): -3520832 or 12601034. OLE color: 12601034.

HSL color Cylindrical-coordinate representation of color #CA46C0: hue angle of 304.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA46C0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 192 -
CMYK 0 0.65 0.05 0.21
HSL 304.55º 0.55% 0.53% -
HSV(B) 304.55º 0.65% 0.79% -
XYZ 36.06 20.74 51.97 -
YUV 123.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 202 70 192 0 0.65 0.05 0.21 304.55 0.55 0.53
Hex CA 46 C0 0 41 5 15 131 37 35
Octal 312 106 300 0 101 5 25 461 67 65
Binary 11001010 1000110 11000000 0 1000001 101 10101 100110001 110111 110101

Color Harmonies of #CA46C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46C0

Black with #CA46C0

Text Example


Text Example

White with #CA46C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46C0; }

 p { color: rgb(202,70,192); }

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

background-color css

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

 a { background-color: rgb(202,70,192); }

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

border-color css

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

 span { border-color: rgb(202,70,192); }

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