Html Css Color HEX #CA3AAE Fuchsia

📋 copy color: '#CA3AAE'

red 202 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #CA3AAE

Tints of Fuchsia #CA3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.36%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 46.54%
G = 13.36%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA3AAE (or 0xCA3AAE) is known color: Fuchsia. HEX triplet: CA, 3A and AE. RGB value is (202,58,174). Sum of RGB (Red+Green+Blue) = 202+58+174=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3AAE is #35C551. Grayscale: #717171. Windows color (decimal): -3523922 or 11418314. OLE color: 11418314.

HSL color Cylindrical-coordinate representation of color #CA3AAE: hue angle of 311.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3AAE is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 58 174 -
CMYK 0 0.71 0.14 0.21
HSL 311.67º 0.58% 0.51% -
HSV(B) 311.67º 0.71% 0.79% -
XYZ 33.51 18.64 41.88 -
YUV 114.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 202 58 174 0 0.71 0.14 0.21 311.67 0.58 0.51
Hex CA 3A AE 0 47 E 15 138 3A 33
Octal 312 72 256 0 107 16 25 470 72 63
Binary 11001010 111010 10101110 0 1000111 1110 10101 100111000 111010 110011

Color Harmonies of #CA3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3AAE

Black with #CA3AAE

Text Example


Text Example

White with #CA3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3AAE; }

 p { color: rgb(202,58,174); }

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

background-color css

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

 a { background-color: rgb(202,58,174); }

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

border-color css

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

 span { border-color: rgb(202,58,174); }

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