Html Css Color HEX #CA4ACC Fuchsia

📋 copy color: '#CA4ACC'

red 202 ◦ green 74 ◦ blue 204

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

Shades of Fuchsia #CA4ACC

Tints of Fuchsia #CA4ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 42.08%
G = 15.42%
B = 42.5%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA4ACC (or 0xCA4ACC) is known color: Fuchsia. HEX triplet: CA, 4A and CC. RGB value is (202,74,204). Sum of RGB (Red+Green+Blue) = 202+74+204=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ACC is #35B533. Grayscale: #7E7E7E. Windows color (decimal): -3519796 or 13388490. OLE color: 13388490.

HSL color Cylindrical-coordinate representation of color #CA4ACC: hue angle of 299.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4ACC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 74 204 -
CMYK 0.01 0.64 0 0.2
HSL 299.08º 0.56% 0.55% -
HSV(B) 299.08º 0.64% 0.8% -
XYZ 37.7 21.81 59.35 -
YUV 127.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 202 74 204 0.01 0.64 0 0.2 299.08 0.56 0.55
Hex CA 4A CC 1 40 0 14 12B 38 37
Octal 312 112 314 1 100 0 24 453 70 67
Binary 11001010 1001010 11001100 1 1000000 0 10100 100101011 111000 110111

Color Harmonies of #CA4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4ACC

Black with #CA4ACC

Text Example


Text Example

White with #CA4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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