Html Css Color HEX #CA2ABE Fuchsia

📋 copy color: '#CA2ABE'

red 202 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #CA2ABE

Tints of Fuchsia #CA2ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 46.54%
G = 9.68%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA2ABE (or 0xCA2ABE) is known color: Fuchsia. HEX triplet: CA, 2A and BE. RGB value is (202,42,190). Sum of RGB (Red+Green+Blue) = 202+42+190=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ABE is #35D541. Grayscale: #6A6A6A. Windows color (decimal): -3528002 or 12462794. OLE color: 12462794.

HSL color Cylindrical-coordinate representation of color #CA2ABE: hue angle of 304.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2ABE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 42 190 -
CMYK 0 0.79 0.06 0.21
HSL 304.5º 0.66% 0.48% -
HSV(B) 304.5º 0.79% 0.79% -
XYZ 34.48 17.93 50.36 -
YUV 106.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 202 42 190 0 0.79 0.06 0.21 304.5 0.66 0.48
Hex CA 2A BE 0 4F 6 15 130 42 30
Octal 312 52 276 0 117 6 25 460 102 60
Binary 11001010 101010 10111110 0 1001111 110 10101 100110000 1000010 110000

Color Harmonies of #CA2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2ABE

Black with #CA2ABE

Text Example


Text Example

White with #CA2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2ABE; }

 p { color: rgb(202,42,190); }

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

background-color css

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

 a { background-color: rgb(202,42,190); }

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

border-color css

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

 span { border-color: rgb(202,42,190); }

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