Html Css Color HEX #CA4ABA Fuchsia

📋 copy color: '#CA4ABA'

red 202 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #CA4ABA

Tints of Fuchsia #CA4ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 43.72%
G = 16.02%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA4ABA (or 0xCA4ABA) is known color: Fuchsia. HEX triplet: CA, 4A and BA. RGB value is (202,74,186). Sum of RGB (Red+Green+Blue) = 202+74+186=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ABA is #35B545. Grayscale: #7C7C7C. Windows color (decimal): -3519814 or 12208842. OLE color: 12208842.

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

Color convert

RGB 202 74 186 -
CMYK 0 0.63 0.08 0.21
HSL 307.5º 0.55% 0.54% -
HSV(B) 307.5º 0.63% 0.79% -
XYZ 35.67 21 48.63 -
YUV 125.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 202 74 186 0 0.63 0.08 0.21 307.5 0.55 0.54
Hex CA 4A BA 0 3F 8 15 134 37 36
Octal 312 112 272 0 77 10 25 464 67 66
Binary 11001010 1001010 10111010 0 111111 1000 10101 100110100 110111 110110

Color Harmonies of #CA4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4ABA

Black with #CA4ABA

Text Example


Text Example

White with #CA4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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