Html Css Color HEX #CA3ACC Fuchsia

📋 copy color: '#CA3ACC'

red 202 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #CA3ACC

Tints of Fuchsia #CA3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.5%

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

R = 43.53%
G = 12.5%
B = 43.97%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA3ACC (or 0xCA3ACC) is known color: Fuchsia. HEX triplet: CA, 3A and CC. RGB value is (202,58,204). Sum of RGB (Red+Green+Blue) = 202+58+204=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ACC is #35C533. Grayscale: #757575. Windows color (decimal): -3523892 or 13384394. OLE color: 13384394.

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

Color convert

RGB 202 58 204 -
CMYK 0.01 0.72 0 0.2
HSL 299.18º 0.59% 0.51% -
HSV(B) 299.18º 0.72% 0.8% -
XYZ 36.77 19.94 59.04 -
YUV 117.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 202 58 204 0.01 0.72 0 0.2 299.18 0.59 0.51
Hex CA 3A CC 1 48 0 14 12B 3B 33
Octal 312 72 314 1 110 0 24 453 73 63
Binary 11001010 111010 11001100 1 1001000 0 10100 100101011 111011 110011

Color Harmonies of #CA3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3ACC

Black with #CA3ACC

Text Example


Text Example

White with #CA3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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