Html Css Color HEX #CA61AE Fuchsia

📋 copy color: '#CA61AE'

red 202 ◦ green 97 ◦ blue 174

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

Shades of Fuchsia #CA61AE

Tints of Fuchsia #CA61AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

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

R = 42.71%
G = 20.51%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA61AE (or 0xCA61AE) is known color: Fuchsia. HEX triplet: CA, 61 and AE. RGB value is (202,97,174). Sum of RGB (Red+Green+Blue) = 202+97+174=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61AE is #359E51. Grayscale: #888888. Windows color (decimal): -3513938 or 11428298. OLE color: 11428298.

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

Color convert

RGB 202 97 174 -
CMYK 0 0.52 0.14 0.21
HSL 316º 0.5% 0.59% -
HSV(B) 316º 0.52% 0.79% -
XYZ 36.27 24.16 42.8 -
YUV 137.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 202 97 174 0 0.52 0.14 0.21 316 0.5 0.59
Hex CA 61 AE 0 34 E 15 13C 32 3B
Octal 312 141 256 0 64 16 25 474 62 73
Binary 11001010 1100001 10101110 0 110100 1110 10101 100111100 110010 111011

Color Harmonies of #CA61AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61AE

Black with #CA61AE

Text Example


Text Example

White with #CA61AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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