Html Css Color HEX #CA3AB2 Fuchsia

📋 copy color: '#CA3AB2'

red 202 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #CA3AB2

Tints of Fuchsia #CA3AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 46.12%
G = 13.24%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA3AB2 (or 0xCA3AB2) is known color: Fuchsia. HEX triplet: CA, 3A and B2. RGB value is (202,58,178). Sum of RGB (Red+Green+Blue) = 202+58+178=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3AB2 is #35C54D. Grayscale: #727272. Windows color (decimal): -3523918 or 11680458. OLE color: 11680458.

HSL color Cylindrical-coordinate representation of color #CA3AB2: hue angle of 310º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3AB2 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 58 178 -
CMYK 0 0.71 0.12 0.21
HSL 310º 0.58% 0.51% -
HSV(B) 310º 0.71% 0.79% -
XYZ 33.91 18.8 43.96 -
YUV 114.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 202 58 178 0 0.71 0.12 0.21 310 0.58 0.51
Hex CA 3A B2 0 47 C 15 136 3A 33
Octal 312 72 262 0 107 14 25 466 72 63
Binary 11001010 111010 10110010 0 1000111 1100 10101 100110110 111010 110011

Color Harmonies of #CA3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3AB2

Black with #CA3AB2

Text Example


Text Example

White with #CA3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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