Html Css Color HEX #CA3ABB Fuchsia

📋 copy color: '#CA3ABB'

red 202 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #CA3ABB

Tints of Fuchsia #CA3ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 45.19%
G = 12.98%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA3ABB (or 0xCA3ABB) is known color: Fuchsia. HEX triplet: CA, 3A and BB. RGB value is (202,58,187). Sum of RGB (Red+Green+Blue) = 202+58+187=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ABB is #35C544. Grayscale: #737373. Windows color (decimal): -3523909 or 12270282. OLE color: 12270282.

HSL color Cylindrical-coordinate representation of color #CA3ABB: hue angle of 306.25º 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 #CA3ABB is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 58 187 -
CMYK 0 0.71 0.07 0.21
HSL 306.25º 0.58% 0.51% -
HSV(B) 306.25º 0.71% 0.79% -
XYZ 34.84 19.17 48.88 -
YUV 115.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 202 58 187 0 0.71 0.07 0.21 306.25 0.58 0.51
Hex CA 3A BB 0 47 7 15 132 3A 33
Octal 312 72 273 0 107 7 25 462 72 63
Binary 11001010 111010 10111011 0 1000111 111 10101 100110010 111010 110011

Color Harmonies of #CA3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3ABB

Black with #CA3ABB

Text Example


Text Example

White with #CA3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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