Html Css Color HEX #CA3FAE Fuchsia

📋 copy color: '#CA3FAE'

red 202 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #CA3FAE

Tints of Fuchsia #CA3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 46.01%
G = 14.35%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA3FAE (or 0xCA3FAE) is known color: Fuchsia. HEX triplet: CA, 3F and AE. RGB value is (202,63,174). Sum of RGB (Red+Green+Blue) = 202+63+174=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3FAE is #35C051. Grayscale: #747474. Windows color (decimal): -3522642 or 11419594. OLE color: 11419594.

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

Color convert

RGB 202 63 174 -
CMYK 0 0.69 0.14 0.21
HSL 312.09º 0.57% 0.52% -
HSV(B) 312.09º 0.69% 0.79% -
XYZ 33.77 19.17 41.96 -
YUV 117.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 202 63 174 0 0.69 0.14 0.21 312.09 0.57 0.52
Hex CA 3F AE 0 45 E 15 138 39 34
Octal 312 77 256 0 105 16 25 470 71 64
Binary 11001010 111111 10101110 0 1000101 1110 10101 100111000 111001 110100

Color Harmonies of #CA3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3FAE

Black with #CA3FAE

Text Example


Text Example

White with #CA3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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