Html Css Color HEX #CA4DAE Fuchsia

📋 copy color: '#CA4DAE'

red 202 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #CA4DAE

Tints of Fuchsia #CA4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17%

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

R = 44.59%
G = 17%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA4DAE (or 0xCA4DAE) is known color: Fuchsia. HEX triplet: CA, 4D and AE. RGB value is (202,77,174). Sum of RGB (Red+Green+Blue) = 202+77+174=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DAE is #35B251. Grayscale: #7D7D7D. Windows color (decimal): -3519058 or 11423178. OLE color: 11423178.

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

Color convert

RGB 202 77 174 -
CMYK 0 0.62 0.14 0.21
HSL 313.44º 0.54% 0.55% -
HSV(B) 313.44º 0.62% 0.79% -
XYZ 34.65 20.92 42.26 -
YUV 125.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 202 77 174 0 0.62 0.14 0.21 313.44 0.54 0.55
Hex CA 4D AE 0 3E E 15 139 36 37
Octal 312 115 256 0 76 16 25 471 66 67
Binary 11001010 1001101 10101110 0 111110 1110 10101 100111001 110110 110111

Color Harmonies of #CA4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DAE

Black with #CA4DAE

Text Example


Text Example

White with #CA4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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