Html Css Color HEX #CA4AC9 Fuchsia

📋 copy color: '#CA4AC9'

red 202 ◦ green 74 ◦ blue 201

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

Shades of Fuchsia #CA4AC9

Tints of Fuchsia #CA4AC9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 42.35%
G = 15.51%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA4AC9 (or 0xCA4AC9) is known color: Fuchsia. HEX triplet: CA, 4A and C9. RGB value is (202,74,201). Sum of RGB (Red+Green+Blue) = 202+74+201=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AC9 is #35B536. Grayscale: #7E7E7E. Windows color (decimal): -3519799 or 13191882. OLE color: 13191882.

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

Color convert

RGB 202 74 201 -
CMYK 0 0.63 0.00 0.21
HSL 300.47º 0.55% 0.54% -
HSV(B) 300.47º 0.63% 0.79% -
XYZ 37.35 21.67 57.47 -
YUV 126.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 202 74 201 0 0.63 0.00 0.21 300.47 0.55 0.54
Hex CA 4A C9 0 3F 0 15 12C 37 36
Octal 312 112 311 0 77 0 25 454 67 66
Binary 11001010 1001010 11001001 0 111111 0 10101 100101100 110111 110110

Color Harmonies of #CA4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AC9

Black with #CA4AC9

Text Example


Text Example

White with #CA4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AC9; }

 p { color: rgb(202,74,201); }

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

background-color css

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

 a { background-color: rgb(202,74,201); }

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

border-color css

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

 span { border-color: rgb(202,74,201); }

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